BUILD_INSTRUCTIONS.md

February 22, 2017 ยท View on GitHub

Build instructions

  1. Acquire and install boost::hana.

  2. Clone the repository.

  3. Execute the ./init-repository.sh script.

  4. Create a build directory and execute CMake:

    mkdir ./build
    cd ./build
    cmake ..
    

(Some examples may require SFML to be installed.)