mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
357 B
357 B
C project To run in the simulator: cd ./build rm -R ../ThePlaytrix.pdx ./* cmake .. make
To run on the device: cd ./build-device rm -R ../ThePlaytrix.pdx ./* cmake -DCMAKE_TOOLCHAIN_FILE=${PLAYDATE_SDK_PATH}/C_API/buildsupport/arm.cmake -DCMAKE_BUILD_TYPE=Release .. make
Lua project pdc -s Source ThePlaytrixLua.pdx