forked from Cantera/cantera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
23 lines (16 loc) · 718 Bytes
/
INSTALL
File metadata and controls
23 lines (16 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Installing Cantera
******************
Basic Instructions
------------------
To compile using the default options, run `scons build` followed by
`scons install`.
Configuration options are specified with `name=value` on the command line, e.g.:
`scons build optimize=n prefix=/home/$USER/cantera`
The full list of configuration options and their default values can be shown by
running `scons help`. The list of available scons commands (e.g. `build`) can be
shown by running `scons` with no other arguments.
Detailed Instructions
---------------------
See the file files in the `doc/sphinx/compiling/` directory or the HTML
instructions available at
http://cantera.github.io/docs/sphinx/html/compiling/index.html.