cd /sources/ &&
tar -xjf firefox-2.0.0.14-source.tar.bz2 &&
cd mozilla &&
./configure --enable-application=browser --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.