I have a project in a github repository. The program compiles normally on my computer but when trying it on another computer the following error appears.
to compile use the following commands:
g++ -c main.cpp -I".\Libraries\SFML-2.6.1\include"
g++ main.o -o main -L".\Libraries\SFML-2.6.1\lib" -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio
.\main.exe