ldconfig &&
cd /sources/ &&
rm -rf atk-1.9.0 &&
tar -xjf atk-1.9.0.tar.bz2 &&
cd atk-1.9.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.