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.
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.