From: Joel Rosdahl Date: Thu, 7 Jun 2018 19:31:38 +0000 (+0200) Subject: Improve installation instructions X-Git-Tag: v3.5~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30868c931b91685a641c489b5a6144dc87b567a8;p=thirdparty%2Fccache.git Improve installation instructions --- diff --git a/doc/INSTALL-from-release-archive.md b/doc/INSTALL-from-release-archive.md index be25d0280..e5e335d4d 100644 --- a/doc/INSTALL-from-release-archive.md +++ b/doc/INSTALL-from-release-archive.md @@ -1,10 +1,11 @@ -ccache installation -=================== +ccache installation from release archive +======================================== Prerequisites ------------- -To build ccache, you need: +To build ccache from a +[release archive](https://ccache.samba.org/download.html), you need: - A C compiler (for instance GCC) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index d05319439..4d2a55caa 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -1,10 +1,10 @@ -ccache installation -=================== +ccache installation from source repository +========================================== Prerequisites ------------- -To build ccache from the source repository, you need: +To build ccache from a source repository, you need: - A C compiler (for instance GCC) - GNU Bourne Again SHell (bash) for tests.