I'm trying to get a game made in SFML inside a browser.
So I found Emscripten which I thought could do it easily. I was wrong. After setting it up and trying to compile I get this: "This UNIX operating system is not supported by SFML library" (config.hpp:92)
Apparently it wasn't meant to be easy. So is there anything I can do to achieve my goal? Maybe compile SFML myself and set the directive to one of the other Unix options? I could use a hint or two.