From: Andrew Tridgell Date: Sat, 30 Mar 2002 12:20:37 +0000 (+0100) Subject: initial web page X-Git-Tag: v1.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eecfcde327953231e232daa5f0f7aa7e3fc96b40;p=thirdparty%2Fccache.git initial web page --- diff --git a/web/index.html b/web/index.html new file mode 100644 index 000000000..311de9a7f --- /dev/null +++ b/web/index.html @@ -0,0 +1,47 @@ + + + +ccache + + +

ccache

+ +ccache is a compiler cache. It acts a caching pre-processor to C/C++ +compilers and uses the -E compiler switch and a hash to detect when a +compilation can be satisfied from cache. This often results in a 5 to +10 times speedup in common compilations.

+ +The idea came from Erik Thiele erikyyy@erikyyy.de who wrote the +original compilercache program +as a bourne shell script. ccache is a re-implementation of Erik's idea +in C.

+ +

documentation

+ +See the README + +

download

+ +You should fetch compilercache via CVS or rsync. To fetch via cvs use +the following command: + +
+  cvs -d :pserver:cvs@pserver.samba.org:/cvsroot co ccache
+
+ +To fetch via rsync use this command: + +
+  rsync -Pavz samba.org::ftp/unpacked/ccache .
+
+ +
+ +Andrew Tridgell + + + +