Imported Upstream version 3.4
[platform/upstream/ccache.git] / README.md
1 ccache – a fast compiler cache
2 ==============================
3
4 [![Build Status](https://travis-ci.org/ccache/ccache.svg?branch=master)](https://travis-ci.org/ccache/ccache)
5
6 ccache is a compiler cache. It speeds up recompilation by caching the result of
7 previous compilations and detecting when the same compilation is being done
8 again. Supported languages are C, C++, Objective-C and Objective-C++.
9
10
11 General information
12 -------------------
13
14 * [Main web site](https://ccache.samba.org)
15 * [Documentation](https://ccache.samba.org/documentation.html)
16   * [Latest manual](https://ccache.samba.org/manual/latest.html)
17   * [Installation from Git source repository](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)
18   * [Installation from release archive](https://github.com/ccache/ccache/blob/master/doc/INSTALL-from-release-archive.md)
19 * [Release notes](https://ccache.samba.org/releasenotes.html)
20 * [Credits and history](https://ccache.samba.org/credits.html)
21 * [License and copyright](https://ccache.samba.org/license.html)
22
23
24 Contributing to ccache
25 ----------------------
26
27 * [Source repository](https://github.com/ccache/ccache)
28 * [Notes on how to contribute](https://github.com/ccache/ccache/blob/master/CONTRIBUTING.md)
29 * [Mailing list](https://lists.samba.org/mailman/listinfo/ccache/)
30 * [Bug report info](https://ccache.samba.org/bugs.html)
31 * [Issue tracker](https://github.com/ccache/ccache/issues)
32   * [Help wanted!](https://github.com/ccache/ccache/issues/help%20wanted)
33   * [Good first issues!](https://github.com/ccache/ccache/issues/good%20first%20issue)