Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- g++ -std=c++11 -c main.cpp # to compile.
- g++ main.o -o main -lsfml-graphics -lsfml-window -lsfml-system # to link.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement