Freesteam with cmake build - fork from freesteam
To build the project, first ensure you have the required dependencies installed. On a Debian-based system (like Ubuntu), you can install them with:
sudo apt-get update
sudo apt-get install build-essential cmake g++ libgsl-dev python3-dev swigOnce the dependencies are installed, you can build the project with the following commands from the root directory:
mkdir build
cd build
cmake ..
make
make test