mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-17 01:28:54 +00:00
4 lines
111 B
Bash
4 lines
111 B
Bash
./build-sdl.sh $1
|
|
|
|
gcc -O2 -o player *.cpp *.c -lstdc++ -lpthread -lm -ldl -LSDL/build-$1 -ISDL/include -lSDL2
|