~ubuntu-branches/debian/jessie/ccache/jessie

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2010-10-13 17:14:13 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101013171413-4ehrj1y89huf069u
Tags: 3.0.1-1ubuntu1
* Merge with Debian; remaining changes:
  - Add gcc/g++-4.4 and -4.5 symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 avaiable as manual.txt and manual.html.
 
20
 
 
21
 
 
22
Installation
 
23
------------
 
24
 
 
25
See INSTALL.txt or INSTALL.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 maintained by
 
72
Joel Rosdahl. ccache started out as a reimplementation of Erik Thiele's
 
73
``compilercache'' (see http://www.erikyyy.de/compilercache/) in C.
 
74
 
 
75
See also NEWS.txt or NEWS.html.
 
76
 
 
77
 
 
78
Copyright
 
79
---------
 
80
 
 
81
Copyright (C) 2002-2007 Andrew Tridgell
 
82
Copyright (C) 2009-2010 Joel Rosdahl
 
83
 
 
84
ccache may be used, modified and redistributed only under the terms of the GNU
 
85
General Public License version 3 or later, found in the file COPYING in this
 
86
distribution, or on this web page:
 
87
 
 
88
    http://www.fsf.org/licenses/gpl.html