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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Trevoke

Pages: [1]
1
General discussions / Howto: SFML with Netbeans
« on: March 09, 2009, 01:09:31 am »
I wasn't sure where this should go, so.. In the 'General forum' it is!
I wrote a tutorial (really, just retraced my steps) to help people get started on Netbeans w/ SFML - you can find it here:
http://trevoke.net/blog/2009/03/08/howto-sfml-with-netbeans/

I hope it helps some people :)

2
General / Linux (x64) + XFML + Code::Blocks (solved)
« on: March 04, 2009, 03:11:48 am »
I followed the tutorial for Code::Blocks but I am using Linux and GCC, not Windows and MinGW.. So when I did the compiler / search directories / linker settings, I just linked to the SFML-1.4/lib directory.
That is the only difference, as far as I can understand.

I copied the Clock program over and tried to compile.. and I got the error:
cannot find lind -lsfml-system
(I also tried -lsfml-system-d).

I don't know what I should be doing.. This is as far as my experience with compiling goes :/


[Solution : I just had to .. download the sources.. and do 'make' ... ]

Pages: [1]