# Develop (sec-compiling)= ## Compiling Cantera from Source If you're interested in contributing new features to Cantera, or you want to try the latest and development version, you will need to compile Cantera from source. The first step is to make sure you have all the [](compiling/compilation-reqs) installed. Then, you can [download the Cantera source code](compiling/source-code). Finally, you can determine the appropriate configuration options and [compile Cantera](compiling/configure-build) on your computer. The following additional references may also be useful: - [](compiling/dependencies.md) - [](compiling/config-options) - [](compiling/special-cases) ```{toctree} :caption: Compiling Cantera from Source :hidden: :maxdepth: 1 compiling/compilation-reqs compiling/source-code compiling/configure-build compiling/dependencies compiling/config-options compiling/special-cases ``` ## How Cantera Works ```{caution} This section is a work in progress. ``` - [](reactor-integration) ```{toctree} :caption: How Cantera Works :hidden: :maxdepth: 1 reactor-integration ``` ## Adding New Features to Cantera ```{caution} This section is a work in progress. ``` - [](doc-formatting) ```{toctree} :caption: Adding New Features to Cantera :hidden: doc-formatting ```