mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
Adding Playdate compile instructions to the project
This commit is contained in:
15
playdate/INSTRUCTIONS.md
Normal file
15
playdate/INSTRUCTIONS.md
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user