BUILD_INSTRUCTIONS.md
February 22, 2017 ยท View on GitHub
Build instructions
-
Acquire and install
boost::hana. -
Clone the repository.
-
Execute the
./init-repository.shscript. -
Create a build directory and execute CMake:
mkdir ./build cd ./build cmake ..
(Some examples may require SFML to be installed.)