16 |
16 |
17 ## Installation and usage |
17 ## Installation and usage |
18 |
18 |
19 ### Installing dependencies |
19 ### Installing dependencies |
20 |
20 |
21 Most dependencies are managed by the Cargo build system of [Rust]. You will |
21 Most dependencies are managed by the Cargo build system of [Rust]. You will only need to |
22 only need to manually install the “stable” Rust system itself. |
22 manually install the “stable” Rust system itself. This can be done with [rustup]. |
23 At the time of writing this README, [alg_tools] also needs to be downloaded |
|
24 separately. |
|
25 |
|
26 1. Install the [Rust] infrastructure (including Cargo) with [rustup]. |
|
27 2. Download [alg_tools] and unpack it under the same directory as this |
|
28 package. |
|
29 |
23 |
30 [rustup]: https://rustup.rs |
24 [rustup]: https://rustup.rs |
31 [alg_tools]: https://tuomov.iki.fi/software/alg_tools/ |
25 [alg_tools]: https://tuomov.iki.fi/software/alg_tools/ |
32 [Rust]: https://www.rust-lang.org/ |
26 [Rust]: https://www.rust-lang.org/ |
33 [arXiv:????]: https://arxiv.org/abs/???? |
27 [arXiv:????]: https://arxiv.org/abs/???? |