From afeab0e55934149a771cb140525dd24246b4c803 Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Mon, 24 Feb 2020 20:38:38 -0300 Subject: [PATCH] Fixed misspelled word on README.development --- README.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.development b/README.development index 89d1d8495..bbfacdd7e 100644 --- a/README.development +++ b/README.development @@ -77,7 +77,7 @@ $ brew install python mpv lame portaudio protobuf npm rustup-init gettext rename $ brew link gettext --force -Windows users +Windows users (using Visual Studio) ---------- 1. Download and install Cygwin and put its `/bin/` directory on your system path. @@ -95,5 +95,5 @@ Windows users 1. Go to the menu `Build -> Build Solution` 1. Copy the file `portaudio\build\msvc\x64\Release\portaudio.lib` to `C:\Python\libs\` (Or whatever your Windows Python is installed) 1. Open a `cmd.exe` (command prompt) on the anki repository and run the command `sh run` - 1. Do not use `bash run` because it my call for Windows Subsystem fo Linux + 1. Do not use `bash run` because it my call for Windows Subsystem for Linux 1. Do not use any Cygwin terminal as `mintty.exe` because the `rust lang` compiler does not work with them