From: Joel Rosdahl Date: Thu, 22 Oct 2020 18:01:21 +0000 (+0200) Subject: Refer to the platform-compiler-language-support page in INSTALL.md X-Git-Tag: v4.1~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf93b91bb70a56c7fb3148e455901c6966bf2807;p=thirdparty%2Fccache.git Refer to the platform-compiler-language-support page in INSTALL.md As mentioned in #695. --- diff --git a/doc/INSTALL.md b/doc/INSTALL.md index f27053f84..b20dd4243 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -7,7 +7,9 @@ Prerequisites To build ccache you need: - CMake 3.4.3 or newer. -- A C++11 compiler. +- A C++11 compiler. See [Supported platforms, compilers and + languages](https://ccache.dev/platform-compiler-language-support.html) for + details. - A C99 compiler. - [libzstd](https://www.zstd.net). If you don't have libzstd installed and can't or don't want to install it in a standard system location, there are