ldconfig &&
cd /sources &&
rm -rf cairo-1.0.0 &&
tar -xzf cairo-1.0.0.tar.gz &&
cd cairo-1.0.0 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install
The output should look something like this:
~~~
Please read our Terms of Use
The Mountain Climbing Journal filesystem has borrowed heavily from various pieces of Linux From Scratch.