mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
mention clang
This commit is contained in:
parent
13d66b22f4
commit
6faaecbb5a
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ To play audio, install mpv. At the time of writing, recording is
|
||||||
not yet supported, as currently pyaudio is not being installed.
|
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
|
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.
|
set CC and CXX to point directly to gcc/g++ or clang/clang++ prior to building
|
||||||
|
Anki.
|
||||||
|
|
||||||
## Optimized builds
|
## Optimized builds
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue