diff --git a/extra/ccache/post-install b/extra/ccache/post-install index aa7a58ee..ee7bde64 100755 --- a/extra/ccache/post-install +++ b/extra/ccache/post-install @@ -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