0 Members and 1 Guest are viewing this topic.
Any chance of a download for Linux...
$ wget https://github.com/SFML/SFML/archive/2.0.tar.gz$ tar zxvf SFML-2.0.tar.gz$ cd SFML-2.0
$ git clone https://github.com/SFML/SFML.git$ cd SFML
$ mkdir build$ cd build$ cmake ..$ make# make install
Yeay ! Long Life To SFML !