mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
22 lines
639 B
Plaintext
22 lines
639 B
Plaintext
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 instructions available at [online](https://cantera.org/install/index.html)
|