less wordy anki_extra_pip, and readme tweaks

This commit is contained in:
Damien Elmes 2020-02-27 14:22:53 +10:00
parent e797d4f35a
commit 3e1ba9e573
2 changed files with 10 additions and 1 deletions

View File

@ -9,7 +9,7 @@ else
endif
ifndef ANKI_EXTRA_PIP
ANKI_EXTRA_PIP := echo The custom pip command variable ANKI_EXTRA_PIP was not defined...
ANKI_EXTRA_PIP := true
endif
.SHELLFLAGS := -eu -o pipefail -c

View File

@ -60,6 +60,13 @@ folder.
Use 'make clean' to remove some generated files.
Performance
------------
'make run' builds the Rust libraries in unoptimized debug mode. Before doing
any performance testing, please make sure you make a release build with
'make build', and install the resulting .whl files with pip.
PyQt
-----
@ -80,6 +87,8 @@ $ brew link gettext --force
Windows users (using Visual Studio)
----------
User-contributed instructions for building using Cygwin:
1. Download and install Cygwin and put its `/bin/` directory on your system path.
1. Install the Cygwin Packages: `apt-cyg install rsync make`
1. Download `gettext` 0.20.1 or superior and put its `bin` directory on your system path.