forked from kiss-community/repo
ccache: Add new message to post-install
This commit is contained in:
parent
ece9708b41
commit
330ed81ab2
@ -7,4 +7,10 @@ NOTE: To enable 'ccache' add this to your
|
|||||||
|
|
||||||
-> export PATH=/usr/lib/ccache/bin:\$PATH
|
-> 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
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user