[cantera] r3424 committed - [Doc] Update compilation documentation

1 view
Skip to first unread message

can...@googlecode.com

unread,
Mar 10, 2015, 6:46:44 PM3/10/15
to cantera...@googlegroups.com
Revision: 3424
Author: yar...@gmail.com
Date: Tue Mar 10 22:41:37 2015 UTC
Log: [Doc] Update compilation documentation
https://code.google.com/p/cantera/source/detail?r=3424

Modified:
/cantera/trunk/doc/sphinx/compiling.rst

=======================================
--- /cantera/trunk/doc/sphinx/compiling.rst Fri Dec 5 23:33:18 2014 UTC
+++ /cantera/trunk/doc/sphinx/compiling.rst Tue Mar 10 22:41:37 2015 UTC
@@ -161,6 +161,11 @@

* run ``scons help`` to see a list all configuration options for Cantera,
or
see :ref:`scons-config`.
+* Configuration options are specified as additional arguments to the
``scons``
+ command, e.g.::
+
+ scons build -j4 blas_lapack_libs=lapack,blas
+
* If the prerequisites are installed in standard locations, the default
values
should work.
* If you installed Sundials to a non-standard location (e.g. the libraries
@@ -186,6 +191,12 @@

option_name=

+* Sometimes, changes in your environment can cause SCons's configuration
tests
+ (e.g. checking for libraries or compiler capabilities) to unexpectedly
fail.
+ To force SCons to re-run these tests rather than trusting the cached
results,
+ run scons with the option ``--config=force``.
+
+
Python Module
-------------

@@ -327,6 +338,19 @@
* Messages printed to the console while running scons test
* Output files generated by the tests

+Building Documentation
+----------------------
+
+* To build the Cantera HTML documentation, run the commands::
+
+ scons doxygen
+ scons sphinx
+
+ or append the options `sphinx_docs=y` and `doxygen_docs=y` to the build
+ command, e.g.::
+
+ scons build doxygen_docs=y sphinx_docs=y
+
MinGW Compilation problems
--------------------------

Reply all
Reply to author
Forward
0 new messages