add note about ccache

https://forums.ankiweb.net/t/building-with-ccache/5677
This commit is contained in:
Damien Elmes 2020-12-10 20:28:33 +10:00
parent 0cbb60169c
commit c942dbc998

View file

@ -75,6 +75,9 @@ dependencies. When the build is complete, Anki will automatically start.
To play audio, install mpv. At the time of writing, recording is
not yet supported, as currently pyaudio is not being installed.
If you or your distro has made ccache the standard compiler, you will need to
set CC and CXX to point directly to gcc/g++ prior to building Anki.
## Optimized builds
The `./run` command will create a non-optimized build by default. This is faster