Install instructions on Debian Ubuntu - kroyee/SpeedBlocks GitHub Wiki
Install instructions on Debian/Ubuntu
Download and install needed packages
sudo apt-get install libsfml-dev
Clone TGUI and SpeedBlocks
Go to a directory where you want to put your software.
git clone git://github.com/texus/TGUI
git clone git://github.com/kroyee/SpeedBlocks
Compile and install TGUI
cd TGUI
git checkout 0.7
cmake .
make
sudo make install
Instead of the last step you might want to do
sudo checkinstall -D
to use your package manager (of course you need to install the package checkinstall before).
Compile SpeedBlocks
Go back to your software folder and build Speedblocks with a simple make.
cd SpeedBlocks
cmake .
make
Run SpeedBlocks
In your SpeedBlocks folder start the following executable:
./SpeedBlocks