Imported Upstream version 4.8.3
[platform/upstream/ccache.git] / README.md
1 Ccache – a fast compiler cache
2 ==============================
3
4 [![Build Status](https://github.com/ccache/ccache/workflows/Build/badge.svg)](https://github.com/ccache/ccache/actions?query=workflow%3A%22Build%22)
5 [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5057/badge)](https://bestpractices.coreinfrastructure.org/projects/5057)
6 [![Discussions](https://img.shields.io/github/discussions/ccache/ccache)](discussions)
7 [![Gitter](https://img.shields.io/gitter/room/ccache/ccache.svg)](https://gitter.im/ccache/ccache)
8
9 Ccache is a compiler cache. It [speeds up
10 recompilation](https://ccache.dev/performance.html) by caching previous
11 compilations and detecting when the same compilation is being done again.
12
13
14 General information
15 -------------------
16
17 * [Main web site](https://ccache.dev)
18 * [Supported platforms, compilers and languages](https://ccache.dev/platform-compiler-language-support.html)
19 * [Documentation](https://ccache.dev/documentation.html)
20 * [Installation instructions](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)
21 * [Release notes](https://ccache.dev/releasenotes.html)
22 * [Credits and history](https://ccache.dev/credits.html)
23 * [License and copyright](https://ccache.dev/license.html)
24
25
26 Contributing to ccache
27 ----------------------
28
29 * [Source repository](https://github.com/ccache/ccache)
30 * [Notes on how to contribute](https://github.com/ccache/ccache/blob/master/CONTRIBUTING.md)
31 * [Discussions](https://github.com/ccache/ccache/discussions)
32 * [Mailing list](https://lists.samba.org/mailman/listinfo/ccache/)
33 * [Chat](https://gitter.im/ccache/ccache)
34 * [Bug report info](https://ccache.dev/bugs.html)
35 * [Issue tracker](https://github.com/ccache/ccache/issues)
36   * [Help wanted!](https://github.com/ccache/ccache/labels/help%20wanted)
37   * [Good first issues!](https://github.com/ccache/ccache/labels/good%20first%20issue)