I tried to compile CSFML in Linux and I had no luck. Also the last compiled csfml for linux was outdated and did not work (there are a lot of posts about this, so I'll just forget about it).
Is it possible to compile a csfml program for Linux (libs and executable) from a windows system using gcc?.
I also read sfml is compatible with all windows versions, (including windows 95-98). So I wanted to test if the program is optimized and it works on slow old systems with opengl 1.1.
I tried windows 98 inside an emulator called Pcem, and windows complains about dll's being too modern. So I want to know if I could also compile the exe and dll's for old systems using gcc.
My current computer is running windows 10 x64, and I'm using the 32 bit version of csfml.
Thanks.