mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
mention JS flakiness in Mac/Linux instructions
This commit is contained in:
parent
2bfb0c9286
commit
4ab0820bbc
3 changed files with 12 additions and 6 deletions
|
@ -81,6 +81,10 @@ This will build Anki and run it in place.
|
||||||
The first build will take a while, as it downloads and builds a bunch of
|
The first build will take a while, as it downloads and builds a bunch of
|
||||||
dependencies. When the build is complete, Anki will automatically start.
|
dependencies. When the build is complete, Anki will automatically start.
|
||||||
|
|
||||||
|
The Javascript build code is currently a bit flaky, so the initial
|
||||||
|
build may fail with an error. If you get an error when running/building,
|
||||||
|
try repeating the command once or twice - it should pick up where it left off.
|
||||||
|
|
||||||
To play and record audio, install mpv and lame.
|
To play and record audio, install mpv and lame.
|
||||||
|
|
||||||
If you or your distro has made ccache the standard compiler, you will need to
|
If you or your distro has made ccache the standard compiler, you will need to
|
||||||
|
|
|
@ -51,6 +51,10 @@ This will build Anki and run it in place.
|
||||||
The first build will take a while, as it downloads and builds a bunch of
|
The first build will take a while, as it downloads and builds a bunch of
|
||||||
dependencies. When the build is complete, Anki will automatically start.
|
dependencies. When the build is complete, Anki will automatically start.
|
||||||
|
|
||||||
|
The Javascript build code is currently a bit flaky, so the initial
|
||||||
|
build may fail with an error. If you get an error when running/building,
|
||||||
|
try repeating the command once or twice - it should pick up where it left off.
|
||||||
|
|
||||||
To play audio, use Homebrew to install mpv and lame.
|
To play audio, use Homebrew to install mpv and lame.
|
||||||
|
|
||||||
## Optimized builds
|
## Optimized builds
|
||||||
|
|
|
@ -61,12 +61,6 @@ Anki's source files do not need to be in a specific location other than on the
|
||||||
same drive as `\bazel`, but it's best to avoid long paths, as they can cause
|
same drive as `\bazel`, but it's best to avoid long paths, as they can cause
|
||||||
problems.
|
problems.
|
||||||
|
|
||||||
## Build failures
|
|
||||||
|
|
||||||
The Javascript bundling on Windows is currently a bit flaky, so the initial
|
|
||||||
build will likely fail with an error about a missing rollup module. If you
|
|
||||||
get an error when running the commands below, try repeating them once or twice.
|
|
||||||
|
|
||||||
## Running Anki during development
|
## Running Anki during development
|
||||||
|
|
||||||
Open PowerShell and change to the top level of Anki's source folder,
|
Open PowerShell and change to the top level of Anki's source folder,
|
||||||
|
@ -81,6 +75,10 @@ This will build Anki and run it in place.
|
||||||
The first build will take a while, as it downloads and builds a bunch of
|
The first build will take a while, as it downloads and builds a bunch of
|
||||||
dependencies. When the build is complete, Anki will automatically start.
|
dependencies. When the build is complete, Anki will automatically start.
|
||||||
|
|
||||||
|
The Javascript build code is currently a bit flaky, so the initial
|
||||||
|
build may fail with an error. If you get an error when running/building,
|
||||||
|
try repeating the command once or twice - it should pick up where it left off.
|
||||||
|
|
||||||
To play and record audio, mpv.exe and lame.exe must be on the path.
|
To play and record audio, mpv.exe and lame.exe must be on the path.
|
||||||
|
|
||||||
## Optimized builds
|
## Optimized builds
|
||||||
|
|
Loading…
Reference in a new issue