resetting manifest requested domain to floor
[platform/upstream/ccache.git] / README.txt
1 ccache README
2 =============
3
4
5 About
6 -----
7
8 ccache is a compiler cache. It speeds up recompilation by caching the result of
9 previous compilations and detecting when the same compilation is being done
10 again. Supported languages are C, C++, Objective-C and Objective-C++.
11
12 Please see the manual page and documentation at http://ccache.samba.org for
13 more information.
14
15
16 Documentation
17 -------------
18
19 See the ccache(1) man page. It's also available as MANUAL.{txt,html}.
20
21
22 Installation
23 ------------
24
25 See INSTALL.{txt.html}.
26
27
28 Web site
29 --------
30
31 The main ccache web site is here:
32
33     http://ccache.samba.org
34
35
36 Mailing list
37 ------------
38
39 There is a mailing list for discussing usage and development of ccache:
40
41     http://lists.samba.org/mailman/listinfo/ccache/
42
43 Anyone is welcome to join.
44
45
46 Bug reports
47 -----------
48
49 To submit a bug report or to search for existing reports, please visit this web
50 page:
51
52     http://ccache.samba.org/bugs.html
53
54
55 Source code repository
56 ----------------------
57
58 To get the very latest version of ccache directly from the source code
59 repository, use git:
60
61     git clone git://git.samba.org/ccache.git
62
63 You can also browse the repository:
64
65     http://gitweb.samba.org/?p=ccache.git
66
67
68 History
69 -------
70
71 ccache was originally written by Andrew Tridgell and is currently developed and
72 maintained by Joel Rosdahl. ccache started out as a reimplementation of Erik
73 Thiele's ``compilercache'' (see http://www.erikyyy.de/compilercache/) in C.
74
75 See also NEWS.{txt,html}.
76
77
78 License and copyright
79 ---------------------
80
81 See LICENSE.{txt,html} and AUTHORS.{txt,html}.