Changes in INSTALL [1040:60c0c3ed8d11:992:78434a448b5e] in lemon-main
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r1040 r992 107 107 really want to use this option. 108 108 109 -DLEMON_DOC_SOURCE_BROWSER=YES110 111 Include the browsable cross referenced LEMON source code into the112 doc. It makes the doc quite bloated, but may be useful for113 developing LEMON itself.114 115 -DLEMON_DOC_USE_MATHJAX=YES116 117 Use MathJax (http://mathjax.org) for rendering the math formulae in118 the doc. It of much higher quality compared to the default LaTeX119 generated static images and it allows copy&paste of the formulae to120 LaTeX, Open Office, MS Word etc. documents.121 122 On the other hand, it needs either Internet access or a locally123 installed version of MathJax to properly render the doc.124 125 -DLEMON_DOC_MATHJAX_RELPATH=DIRECTORY126 127 The location of the MathJax library. It defaults to128 http://www.mathjax.org/mathjax, which necessitates Internet access129 for proper rendering. The easiest way to make it usable offline is130 to set this parameter to 'mathjax' and copy all files of the MathJax131 library into the 'doc/html/mathjax' subdirectory of the build132 location.133 134 See http://docs.mathjax.org/en/latest/installation.html for more details.135 136 137 109 -DGLPK_ROOT_DIR=DIRECTORY 138 110 -DCOIN_ROOT_DIR=DIRECTORY
Note: See TracChangeset
for help on using the changeset viewer.