Mercurial > mm7
comparison lib/swig/swigwin-2.0.11/CCache/README @ 1899:b3009adc0e2f
Adding swig, gitignore, hgignore
author | Nomad |
---|---|
date | Mon, 21 Oct 2013 10:42:27 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1867:eb580660bbbb | 1899:b3009adc0e2f |
---|---|
1 This is a re-implementation of "compilercache" in C | |
2 | |
3 The original compilercache scripts were by Erik Thiele | |
4 (erikyyy@erikyyy.de) and I would like to thank him for an excellent | |
5 piece of work. See http://www.erikyyy.de/compilercache/ for the | |
6 original shell scripts. | |
7 | |
8 I wrote ccache because I wanted to get a bit more speed out of a | |
9 compiler cache and I wanted to remove some of the limitations of the | |
10 shell-script version. | |
11 | |
12 Please see the manual page and documentation at | |
13 http://ccache.samba.org/ | |
14 | |
15 INSTALLATION | |
16 ------------ | |
17 | |
18 Please run: | |
19 | |
20 ./configure | |
21 make | |
22 make install | |
23 | |
24 then read the ccache manual page | |
25 | |
26 ----------- | |
27 | |
28 Andrew Tridgell | |
29 http://samba.org/~tridge/ | |
30 bugs@ccache.samba.org | |
31 |