view lib/swig/swigwin-2.0.11/CCache/README @ 2241:9df0477a5e2b

restoring deleted line in mm7_4.cpp
author Grumpy7
date Sun, 23 Feb 2014 18:44:01 +0100
parents b3009adc0e2f
children
line wrap: on
line source

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.

Please see the manual page and documentation at
http://ccache.samba.org/

INSTALLATION
------------

Please run:

  ./configure
  make
  make install

then read the ccache manual page

-----------

Andrew Tridgell
http://samba.org/~tridge/
bugs@ccache.samba.org