From 37d5ea8469f776551fa18966a4a1e64faf43c279 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 25 Dec 2019 11:33:23 +1000 Subject: [PATCH] tweak dev docs --- README.development | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.development b/README.development index 0c774de59..91e41b022 100644 --- a/README.development +++ b/README.development @@ -20,8 +20,9 @@ To start, make sure you have the following installed: - npm - your platform's C compiler, eg gcc, Xcode or Visual Studio 2017. - GNU make - - protoc (https://github.com/protocolbuffers/protobuf/releases) + - protoc v3 (https://github.com/protocolbuffers/protobuf/releases) - rustup (https://rustup.rs/) + - pip 19+ Next, build a Python virtual environment and activate it: @@ -58,11 +59,11 @@ Mac users 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 -------------- -The build scripts have not been tested on Windows, and you'll find things -easiest if you build Anki using WSL. -https://docs.microsoft.com/en-us/windows/wsl/install-win10 +The build process uses a GNU makefile, so you'll either need to run +GNU make via WSL (https://docs.microsoft.com/en-us/windows/wsl/install-win10) +or Cygwin, or manually execute the build steps.