kiss-mfavila-small/wip_ports/todo/unknown/ccache/post-install
2022-12-01 20:40:24 -04:00

17 lines
344 B
Bash
Executable File

#!/bin/sh
cat <<EOF
NOTE: To enable 'ccache' add this to your
'.shellrc' or '.profile'.
-> 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