# Note: depends on cmake
wget -c http://icculus.org/physfs/downloads/physfs-3.0.2.tar.bz2
tar -xjf physfs-3.0.2.tar.bz2
cd physfs-3.0.2
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
make # Doesn't mind -j#
make install