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 - Tau Sodan

Pages: [1]
1
General discussions / Re: SFML 2.0 Networking and the Raspberry Pi
« on: August 15, 2013, 06:52:44 pm »
So, a while back someone asked how I got the system and networking modules to compile on the Pi. I tried it again just now and it still works.

git clone https://github.com/SFML/SFML.git 2.1

Edit src/SFML/CMakeLists.txt. Comment out the add_subdirectory for Window, Graphics and Audio lines.

Proceed with the normal:

cmake -G ...
make

And that should compile and link successfully.

2
General discussions / SFML 2.0 Networking and the Raspberry Pi
« on: January 06, 2013, 04:14:27 pm »
I just checked out the git and was able to compile sfml-networking (& its dependency sfml-system) on the Raspberry Pi. I had to comment out some lines in various CMakeLists.txt's though. Namely, anything related to opengl, X11 and audio. But, that's it. I don't have time for testing it atm. But, that shouldn't be too far in the future.

That said, all of sfml 1.6 is in the repo for the Pi. Not sure what they did to make it work. But, it gives hope :)

At any rate, I just thought I'd report my minor success.

Pages: [1]
anything