Kofybrek / Minesweeper

Classic Minesweeper game with minor improvements.
GNU General Public License v3.0
27 stars 7 forks source link

SFML/Graphics.hpp file missing #3

Open dnaik42 opened 2 years ago

dnaik42 commented 2 years ago

Trying to compile the code gives the following error.: Main.cpp:3:10: fatal error: SFML/Graphics.hpp: No such file or directory This header file seems to be missing.

Kofybrek commented 2 years ago

I think you forgot to include SFML in your project.

Here's how to do it: https://www.sfml-dev.org/tutorials/2.5/start-vc.php