mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
less wordy anki_extra_pip, and readme tweaks
This commit is contained in:
parent
e797d4f35a
commit
3e1ba9e573
2 changed files with 10 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef ANKI_EXTRA_PIP
|
ifndef ANKI_EXTRA_PIP
|
||||||
ANKI_EXTRA_PIP := echo The custom pip command variable ANKI_EXTRA_PIP was not defined...
|
ANKI_EXTRA_PIP := true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.SHELLFLAGS := -eu -o pipefail -c
|
.SHELLFLAGS := -eu -o pipefail -c
|
||||||
|
|
|
@ -60,6 +60,13 @@ folder.
|
||||||
|
|
||||||
Use 'make clean' to remove some generated files.
|
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
|
PyQt
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -80,6 +87,8 @@ $ brew link gettext --force
|
||||||
Windows users (using Visual Studio)
|
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. Download and install Cygwin and put its `/bin/` directory on your system path.
|
||||||
1. Install the Cygwin Packages: `apt-cyg install rsync make`
|
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.
|
1. Download `gettext` 0.20.1 or superior and put its `bin` directory on your system path.
|
||||||
|
|
Loading…
Reference in a new issue