Installing Cantera

Prerequisites YAML [code .sh] git clone https://github.com/jbeder/yaml-cpp.git YAMLcd YAML && mkdir build && cd build && \ cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_GMOCK=OFF -DBUILD_MOCK=OFF -DINSTALL_GTEST=OFF -DYAML_BUILD_SHARED_LIBS=ON -DYAML_CPP_BUILD_TESTS=OFF -DYAML_CPP_BUILD_TESTS=OFF && \ make -j8 && \ make -j8 install [/code] This will install to Read more…