Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 394 Bytes

BUILD_INSTRUCTIONS.md

File metadata and controls

14 lines (11 loc) · 394 Bytes

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.)