SoftLK-lib/examples/resize/build_linux.sh
Captain4LK 3d95b505bd Added dynamic windows sizes (resizable windows)
More layer manipulation
Added resize example showing how to use new laywer features
Updated README.m
Bugfixes
2020-05-10 21:21:10 +02:00

9 lines
146 B
Bash
Executable file

#!/bin/bash
cd "$(dirname "$0")"
gcc -O3 -o engine main.c ../../lib/libSLK.a -lm -lSDL2 -lGL -ldl -Wall
chmod +x engine
./engine
exit
/bin/bash