Advertisement
AllenYuan

Untitled

May 24th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. g++ -std=c++11 -c main.cpp # to compile.
  2. g++ main.o -o main -lsfml-graphics -lsfml-window -lsfml-system # to link.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement