SFML with TUI example
This commit is contained in:
13
sfml-tgui/build.sh
Executable file
13
sfml-tgui/build.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm ./a.out
|
||||
|
||||
g++ \
|
||||
-Wl,-rpath=. \
|
||||
-I/home/user/Downloads/TGUI-1.1.0/include/ \
|
||||
-L./ \
|
||||
main.cpp \
|
||||
-ltgui \
|
||||
-lsfml-graphics -lsfml-window -lsfml-system
|
||||
|
||||
./a.out
|
||||
Reference in New Issue
Block a user