Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 292 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 292 Bytes

SnakeRace

For 32Blit Snake2 build:

mkdir build.stm32
cd build.stm32
cmake .. -D32BLIT_DIR="/path/to/32blit/repo" -DCMAKE_TOOLCHAIN_FILE=/path/to/32blit/repo/32blit.toolchain
make

For local Snake2 build:

mkdir build
cd build
cmake -D32BLIT_DIR=/path/to/32blit-sdk/ ..
make