Installation

Requirements

  • C++17 compiler

  • cmake 3.16+

  • fmt

  • python

  • pybind11 (>=2.9.2 - if building with python bindings)

CMake

Standard installation steps should build the library:

$ cd /path/to/fprops
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install