SFML community forums
Help => General => Topic started by: BerniFighter on March 29, 2019, 10:35:06 am
-
Hello SFML friends,
SFML is a great frontend library for C++ and NetBeans is definitely my favourtite IDE. Because of this, I would really like to create a SFML C++ project in NetBeans.
The problem I have is that there's no tutorial for this on https://www.sfml-dev.org/tutorials/2.5/, the tutorial for Code::Blocks (MinGW) didn't work and the tutorials I found on YouTube and somewhere else in the Internet didn't work as well.
Can you help me, please? I'd be very very very grateful and happy.
Best regards
BerniFighter
-
There's nothing specific about SFML. You just have to add its include/library paths, and link its libraries to your project. That's what you'd have to do for any other C++ library.
If NetBeans is definitely your favorite IDE then you should know how to do these simple things. And if you don't know yet, then you'd better learn how to use it, by searching NetBeans tutorials and not relying on explanations from XYZ library ;)