sudo apt install scons libconfig++-dev libboost-dev libboost-iostreams-dev libboost-serialization-dev libyaml-cpp-dev libncurses-dev libtinfo-dev libgpm-dev git build-essential python3-pip
cd 3rdparty/timeloop
scons -j16 --d --static
cd -
scons -j16 --d --static
cd tests
bash test.sh
Detailed tutorial will be released soon.