mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 07:37:11 -05:00
Bump n2 rev for CI fix, and mention it in development.md
This commit is contained in:
parent
952f41d6e1
commit
0f079779e2
2 changed files with 4 additions and 3 deletions
|
|
@ -35,8 +35,9 @@ On all platforms, you will need to install:
|
||||||
will be automatically downloaded if not yet installed. If removing that file
|
will be automatically downloaded if not yet installed. If removing that file
|
||||||
to use a distro-provided Rust, newer Rust versions will typically work for
|
to use a distro-provided Rust, newer Rust versions will typically work for
|
||||||
building but may fail tests; older Rust versions may not work at all.
|
building but may fail tests; older Rust versions may not work at all.
|
||||||
- Ninja (unzip from https://github.com/ninja-build/ninja/releases/tag/v1.11.1 and
|
- N2 or Ninja. On Linux/Mac, N2 gives better status output (run tools/install-n2). Ninja
|
||||||
place on your path, or from your distro/homebrew if it's 1.10+)
|
can be downloaded from https://github.com/ninja-build/ninja/releases/tag/v1.11.1 and
|
||||||
|
placed on your path, or from your distro/homebrew if it's 1.10+.
|
||||||
|
|
||||||
Platform-specific requirements:
|
Platform-specific requirements:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cargo install --git https://github.com/evmar/n2.git --rev e73378d693716715be1a420aa74a2836b49b85c8
|
cargo install --git https://github.com/evmar/n2.git --rev 9ae7d98ae708454b48cc2e1fe54f2969b20b0ba4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue