SFML with TUI example

This commit is contained in:
2024-02-24 18:33:19 +03:00
parent 362bbed6bd
commit 6d50aa349a
3 changed files with 86 additions and 0 deletions

13
sfml-tgui/build.sh Executable file
View 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