chess game to learn c++ need to add sfml to gcc with the command line "sudo apt-get install libsfml-dev" // need to specify sfml lib while compilation g++ main.cpp -o bin/main -lsfml-graphics -lsfml-window -lsfml-system