From: Joel Rosdahl Date: Tue, 12 Apr 2022 19:15:05 +0000 (+0200) Subject: docs: Mention default cache locations for Windows and macOS X-Git-Tag: v4.6.1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b157fabbf13103c90b49a921e1072c47858d116;p=thirdparty%2Fccache.git docs: Mention default cache locations for Windows and macOS --- diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 05bb97d78..601e6c6e2 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -417,8 +417,9 @@ project2 will be a different absolute path. This option specifies where ccache will keep its cached compiler outputs. The default is `$XDG_CACHE_HOME/ccache` if `XDG_CACHE_HOME` is set, - otherwise `$HOME/.cache/ccache`. Exception: If the legacy directory - `$HOME/.ccache` exists then that directory is the default. + otherwise `%APPDATA%/ccache` (Windows), `$HOME/Library/Caches/ccache` + (macOS) or `$HOME/.config/ccache` (other systems). Exception: If the legacy + directory `$HOME/.ccache` exists then that directory is the default. + See also _<>_. +