INSTALL
changeset 1064 fc3854d936f7
parent 1062 caf16813b1e8
child 1065 490d89913a17
     1.1 --- a/INSTALL	Fri Jul 20 17:09:01 2012 +0200
     1.2 +++ b/INSTALL	Sat May 25 06:59:31 2013 +0200
     1.3 @@ -106,11 +106,57 @@
     1.4    Build shared library instead of static one. Think twice if you
     1.5    really want to use this option.
     1.6  
     1.7 +-DLEMON_DOC_SOURCE_BROWSER=YES
     1.8 +
     1.9 +  Include the browsable cross referenced LEMON source code into the
    1.10 +  doc. It makes the doc quite bloated, but may be useful for
    1.11 +  developing LEMON itself.
    1.12 +
    1.13 +-DLEMON_DOC_USE_MATHJAX=YES
    1.14 +
    1.15 +  Use MathJax (http://mathjax.org) for rendering the math formulae in
    1.16 +  the doc.  It of much higher quality compared to the default LaTeX
    1.17 +  generated static images and it allows copy&paste of the formulae to
    1.18 +  LaTeX, Open Office, MS Word etc. documents.
    1.19 +
    1.20 +  On the other hand, it needs either Internet access or a locally
    1.21 +  installed version of MathJax to properly render the doc.
    1.22 +
    1.23 +-DLEMON_DOC_MATHJAX_RELPATH=DIRECTORY
    1.24 +  
    1.25 +  The location of the MathJax library. It defaults to
    1.26 +  http://www.mathjax.org/mathjax, which necessitates Internet access
    1.27 +  for proper rendering. The easiest way to make it usable offline is
    1.28 +  to set this parameter to 'mathjax' and copy all files of the MathJax
    1.29 +  library into the 'doc/html/mathjax' subdirectory of the build
    1.30 +  location.
    1.31 +
    1.32 +  See http://docs.mathjax.org/en/latest/installation.html for more details.
    1.33 +
    1.34 +  
    1.35 +-DLEMON_ENABLE_GLPK=NO
    1.36 +-DLEMON_ENABLE_COIN=NO
    1.37 +-DLEMON_ENABLE_ILOG=NO
    1.38 +
    1.39 +  Enable optional third party libraries. They are all enabled by default. 
    1.40 +
    1.41 +-DLEMON_DEFAULT_LP=GLPK
    1.42 +
    1.43 +  Sets the default LP solver backend. The supported values are
    1.44 +  CPLEX, CLP and GLPK. By default, it is set to the first one which
    1.45 +  is enabled and succesfully discovered.
    1.46 +
    1.47 +-DLEMON_DEFAULT_MIP=GLPK
    1.48 +
    1.49 +  Sets the default MIP solver backend. The supported values are
    1.50 +  CPLEX, CBC and GLPK. By default, it is set to the first one which
    1.51 +  is enabled and succesfully discovered.
    1.52 +
    1.53  -DGLPK_ROOT_DIR=DIRECTORY
    1.54  -DCOIN_ROOT_DIR=DIRECTORY
    1.55  -DILOG_ROOT_DIR=DIRECTORY
    1.56  
    1.57 -  Install root directory prefixes of optional third party libraries.
    1.58 +  Root directory prefixes of optional third party libraries.
    1.59  
    1.60  Makefile Variables
    1.61  ==================