-
Acquire and install
boost::hana
. -
Clone the repository.
-
Execute the
./init-repository.sh
script. -
Create a build directory and execute CMake:
mkdir ./build cd ./build cmake ..
(Some examples may require SFML to be installed.)
Acquire and install boost::hana
.
Clone the repository.
Execute the ./init-repository.sh
script.
Create a build directory and execute CMake:
mkdir ./build
cd ./build
cmake ..
(Some examples may require SFML to be installed.)