diff --git a/docs/linux.md b/docs/linux.md index 82a7fb069..420aded29 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -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