Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Create a SFML C++ project in NetBeans (compiler: GNU-MinGW)  (Read 1065 times)

0 Members and 1 Guest are viewing this topic.

BerniFighter

  • Newbie
  • *
  • Posts: 1
    • View Profile
Create a SFML C++ project in NetBeans (compiler: GNU-MinGW)
« 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Create a SFML C++ project in NetBeans (compiler: GNU-MinGW)
« Reply #1 on: March 29, 2019, 11:12:32 am »
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 ;)
Laurent Gomila - SFML developer