Using MinGW to compile a SFML project
        Posted  
        
            by 
                Kyle Martin
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kyle Martin
        
        
        
        Published on 2012-11-07T04:59:06Z
        Indexed on 
            2012/11/07
            4:59 UTC
        
        
        Read the original article
        Hit count: 351
        
Okay, so I have a C++ project that uses SFML, and I want to be able to compile it from the CMD using MinGW. I have it so I can compile.cpp's, however, I just need to know what more I have to do in order for it to work with SFML. I tried compiling it with CodeBlocks and MinGW, and it works fine, until I try to run it, at which point it tells me that sfml-system.dll is missing from my computer. Does this mean I installed it incorrectly? I followed the CodeBlocks installation down to the letter, from what I could tell... I put the include\SFML in the include\ of MinGW, and I put all the *.a's from lib\ into the \lib of MinGW as well. Thank you for the help you can give!
- Kyle
© Stack Overflow or respective owner