ccache and OS X

Recipe: ccache on OS X

method:

curl -O -- http://samba.org/ftp/ccache/ccache-2.4.tar.gz
tar -xzvf ccache-2.4.tar.gz
cd ./ccache-2.4
./configure --prefix='/usr' --mandir='/usr/share/man'
make
sudo make install

Simple.. I will at sometime create a installable dmg for everyone.

Discussion Area - Leave a Comment