Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 385 Bytes

File metadata and controls

22 lines (16 loc) · 385 Bytes

B0X0R

Use

This project utilizes SDL2 frameworks; it can only be used by macOS users. To create a working executable, at the root of the project, run:

rm -rf build
mkdir build
cd build
cmake ..
make install

If cmake is not install, it is recommended to use Homebrew:

brew install cmake

More info

see boxor.org for some messy details