Created
December 29, 2014 20:08
-
-
Save simonspa/058acb850f9ffab0d4dd to your computer and use it in GitHub Desktop.
Saxon classpath for dt usermanual wp compilation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Clean build directory | |
* set classpath: | |
``` | |
export CLASSPATH=$CLASSPATH:/usr/share/java/docbook-xsl-saxon.jar:/usr/share/java/saxon-6.5.5.jar | |
``` | |
* Run cmake: | |
``` | |
cmake .. | |
``` | |
* Build the usermanual: | |
``` | |
make darktable-usermanual-wordpress | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment