From: Joel Rosdahl Date: Sun, 9 Feb 2020 20:47:07 +0000 (+0100) Subject: Mention “Supported platforms, compilers and languages” page in README X-Git-Tag: v4.0~639 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=186d4470c6a57800b651664b05326c552c8bed6a;p=thirdparty%2Fccache.git Mention “Supported platforms, compilers and languages” page in README --- diff --git a/README.md b/README.md index b482cda95..650eeeed3 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,16 @@ ccache – a fast compiler cache [![Total Alerts](https://img.shields.io/lgtm/alerts/g/ccache/ccache.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ccache/ccache/alerts) [![Gitter](https://img.shields.io/gitter/room/ccache/ccache.svg)](https://gitter.im/ccache/ccache) -ccache is a compiler cache. It speeds up recompilation by caching the result of -previous compilations and detecting when the same compilation is being done -again. Supported languages are C, C++, Objective-C and Objective-C++. +Ccache (or “ccache”) is a compiler cache. It [speeds up +recompilation](https://ccache.dev/performance.html)> by caching previous +compilations and detecting when the same compilation is being done again. General information ------------------- * [Main web site](https://ccache.dev) +* [Supported platforms, compilers and languages](https://ccache.dev/platform-compiler-language-support.html) * [Documentation](https://ccache.dev/documentation.html) * [Latest manual](https://ccache.dev/manual/latest.html) * [Installation from Git source repository](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)