ccache/README

31 lines
684 B
Plaintext
Raw Normal View History

2002-03-26 23:58:31 +00:00
This is a re-implementation of "compilercache" in C
The original compilercache scripts were by Erik Thiele
(erikyyy@erikyyy.de) and I would like to thank him for an excellent
piece of work. See http://www.erikyyy.de/compilercache/ for the
original shell scripts.
I wrote ccache because I wanted to get a bit more speed out of a
compiler cache and I wanted to remove some of the limitations of the
shell-script version.
2002-03-31 06:28:26 +00:00
Please see the manual page and documentation at
http://ccache.samba.org/
2002-03-26 23:58:31 +00:00
2002-03-31 09:05:06 +00:00
INSTALLATION
------------
Please run:
./configure
make
make install
then read the ccache manual page
2002-03-26 23:58:31 +00:00
-----------
2002-03-28 04:42:32 +00:00
Andrew Tridgell
http://samba.org/~tridge/
bugs@ccache.samba.org