mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
add note about ccache
https://forums.ankiweb.net/t/building-with-ccache/5677
This commit is contained in:
parent
0cbb60169c
commit
c942dbc998
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue