kriscross07 / atom-gpp-compiler

An atom package that allows you to compile and run C++ and C within the editor.
https://atom.io/packages/gpp-compiler
80 stars 230 forks source link

SFML issue #71

Open Erzis900 opened 7 years ago

Erzis900 commented 7 years ago

Hello, I want to use SFML libraries with Atom. I downloaded Mingw and Cmake. Everything went fine and I have SFML dll's, I copied them where the main.cpp is. After that in c++ compiler options in your package I've added this line:

-ID:\SFML-2.4.1\include -LD:\sfmlB\lib -lsfml-graphics -lsfml-window -lsfml-system

When I want to compile it says: 'D:\atom' is not recognized as an internal or external command,operable program or batch file.". My project is in D:\atom saves and that's why it only says D:\atom(because there is a space). When I run .exe this thing shows up:

http://imgur.com/a/x9wTY

Did I skip something? Let me know.

Have a nice day!

kasanitej commented 5 years ago

Hi, is your issue solved?