Hi
I've already tried different other methods, but I can't find a working one. I need to compile a SFML program from Linux to Windows (it should only work on Windows). And no, I won't be using Windows for programming this application.
I am now using Mingw on Linux, but it ain't working.
My command:i586-mingw32msvc-g++ st2.cpp -o st2.exe -lsfml-system -lsfml-graphics -lsfml-window -I /home/niely/Projects/screen_terminator/SFML/
I've also tried to put the SFML folder by the Mingw executable. Also that ain't working.
How can I do this? And how can I compile it statically so I don't need the SFML folder on other computers?
Thanks for reading,
Niely