Pigon // Requires SFML Librarys in your framework folder on MACOS // g++ *.cpp -framework SFML -lsfml-graphics -lsfml-system -lsfml-window -O3 && ./a.out // No Idea how to do it on other sys good luck