An application to showcase and execute Splashkit games
- Install
make
usingpacman -S make
Compiling Arcade Machine using the Makefile allows incremental building of changed objects.
cd arcade-machine
make
./ArcadeMachine
Subsequent builds (as you change code) can be completed by using just make
. If you need to run a clean build again, you can use make clean
first proceeded by make
.
- Compile the application with the command
skm clang++ src/* -Iinclude -lstdc++fs -o test
- Run the application
./test