Answer the question
In order to leave comments, you need to log in
Why doesn't Netbeans on Ubuntu see the library when compiling?
I connected the SFML-2.2 library to Netbeans, and it seems to be installed correctly, because when typing the code, it suggests the path to it. Here:
Here is the application code (the code is not mine and definitely working):
#include <cstdlib>
#include "SFML-2.2/include/SFML/Graphics.hpp"
#include "SFML-2.2/include/SFML/"
using namespace std;
int main() {
RenderWindow Window( VideoMode(200, 200), "Test");
return 0;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question