EnvironmentSetup/ccache
From Wiki.ooo4kids.org
A short tutorial to explain how to install ccache
Install with apt-get
Just use:
sudo apt-get install ccache
Install from code source
Download the source code:
cvs -d :pserver:cvs@pserver.samba.org:/cvsroot co ccache
Go to into the ccache directory:
cd ccache
Configure it:
./configure
Make it:
make
Test it:
make -n install
And if all ok, install it:
make install