Skip to content

vectorgraphics/Okular-v3d-Plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instalation instructions:

Install only:

  • Find the latest release for your distribution and version of okular, then download the corresponding release.zip file. Then:
unzip release.zip
cd Release
sudo ./install.sh

Code And Install:

  • If you want to install the plugin, and already have this repository cloned, then checkout the branch corresponding to your version of okular and:
cd Release
sudo ./install.sh

Building instructions:

add_subdirectory(Okular-v3d-Plugins/pdf)
add_subdirectory(Okular-v3d-Plugins/v3d)

to the CMakeLists.txt file located in the generators folder, and build okular again.