tweak dev docs
This commit is contained in:
parent
7f71380314
commit
37d5ea8469
@ -20,8 +20,9 @@ To start, make sure you have the following installed:
|
|||||||
- npm
|
- npm
|
||||||
- your platform's C compiler, eg gcc, Xcode or Visual Studio 2017.
|
- your platform's C compiler, eg gcc, Xcode or Visual Studio 2017.
|
||||||
- GNU make
|
- GNU make
|
||||||
- protoc (https://github.com/protocolbuffers/protobuf/releases)
|
- protoc v3 (https://github.com/protocolbuffers/protobuf/releases)
|
||||||
- rustup (https://rustup.rs/)
|
- rustup (https://rustup.rs/)
|
||||||
|
- pip 19+
|
||||||
|
|
||||||
Next, build a Python virtual environment and activate it:
|
Next, build a Python virtual environment and activate it:
|
||||||
|
|
||||||
@ -58,11 +59,11 @@ Mac users
|
|||||||
|
|
||||||
You can use homebrew to install some dependencies:
|
You can use homebrew to install some dependencies:
|
||||||
|
|
||||||
$ brew install python mpv lame portaudio
|
$ brew install python mpv lame portaudio protobuf npm rustup-init
|
||||||
|
|
||||||
Windows users
|
Windows users
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
The build scripts have not been tested on Windows, and you'll find things
|
The build process uses a GNU makefile, so you'll either need to run
|
||||||
easiest if you build Anki using WSL.
|
GNU make via WSL (https://docs.microsoft.com/en-us/windows/wsl/install-win10)
|
||||||
https://docs.microsoft.com/en-us/windows/wsl/install-win10
|
or Cygwin, or manually execute the build steps.
|
||||||
|
Loading…
Reference in New Issue
Block a user