ccache: Add new message to post-install

This commit is contained in:
Dylan Araps 2020-06-08 21:27:00 +03:00
parent ece9708b41
commit 330ed81ab2
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 6 additions and 0 deletions

View File

@ -7,4 +7,10 @@ NOTE: To enable 'ccache' add this to your
-> export PATH=/usr/lib/ccache/bin:\$PATH
NOTE: Clang is not supported out-of-the-box.
The following symlinks need to be created.
-> ln -s /usr/bin/ccache /usr/lib/ccache/bin/clang
-> ln -s /usr/bin/ccache /usr/lib/ccache/bin/clang++
EOF