First, you will need SFML 2.1 and cmake 2.8
Create a build folder lets call it build_two
Move into that folder:
cd build_twoCall cmake to generate the build files for us:
cmake -DCMAKE_PREFIX_PATH=/path/to/install /path/to/two/src/Then,
make
make installThe program should now be installed into /path/to/install above
Have fun.