I'm using code::blocks and I'm trying to make a program that I could show in school, however I don't have experience with such simple steps so I don't know how to save it to make it possible to open on other computers that don't have sfml installed (if that's possible?). In some projects I can see the "Release" folder, but in some I can only see Debug folder. I tried putting together the exe from release folder and sfml dlls and then I got an error that I'm missing some gcc dlls, so I copied dlls from MingW folder, but it still didn't work (in school).
At home it works of course, but I think school has different version of codeblocks as computers are reset when shut down. What would be the best way to do it?