Any projected release date?As soon as it's ready.
sudo add-apt-repository ppa:sonkun/sfml
sudo apt-get update
sudo apt-get install libsfml2-dev
sudo apt-get install sfml2-examples
sfml2-pong
sfml2-shaders
I packaged the RC in a private repository. If you want, you can add it:
If you want other people to find it easily, a forum post is probably not the best place.A forum post isn't that bad but it should probably be one with a proper title, i.e. directly related to the topic at hand.
I would suggest you to create a wiki web page.
I'll do the same for Mageia, but I need somewhere to upload the .rpm first.Maybe SFMLUploads.org (https://legacy.sfmluploads.org/)? ;)
I packaged the RC in a private repository. If you want, you can add it:Quotesudo add-apt-repository ppa:sonkun/sfml
sudo apt-get update
sudo apt-get install libsfml2-dev
It also provides examples via the package "sfml2-examples". Once the package installed, you can launch the examples via command lines:Quotesudo apt-get install sfml2-examples
sfml2-pong
sfml2-shaders
The shader example is useful to see whether SFML runs well or not on your OS :)
For more details: http://openhelbreath.net/python-sfml2/installation.html#ubuntu