Installing Libraries

Im trying to install sfml library on a Mac. I use netbeans, but I couldn't find any instructions for netbeans.
Could you please give me detailed instructions on how I need to setup sfml?
Please use simple language- Im new to programming and barely know what a directory is. I don't know anything about terminal so please tell me exactly what to type in.
Thanks for all help, its appreciated.
Not that I've ever used Natbeans much or have a Mac.. see http://zetcode.com/articles/netbeanscdevelopment/
To provide necessary include directories, right click on the project icon and select properties. From the Categories box, select C/C++, C compiler, general node. Click on the button near Include Directories. Add necessary paths to the include directories. <...>
To provide the libraries, we select Linker, Libraries node.


After you download sfml, there should be an 'include' folder with headers and a 'lib' folder with libraries. You need to put the path to 'include' in 'Include Directories' and the paths to library files themselves to 'Libraries'
Topic archived. No new replies allowed.