34 this can be done with |
34 this can be done with |
35 ```console |
35 ```console |
36 brew install gsl |
36 brew install gsl |
37 ``` |
37 ``` |
38 For other operating systems, suggestions are available in the [rust-GSL] |
38 For other operating systems, suggestions are available in the [rust-GSL] |
39 crate documentation. On Windows, you will likely need to pass extra |
39 crate documentation. You may need to pass extra `RUSTFLAGS` options to |
40 `RUSTFLAGS` options to Cargo in the following steps to locate the library. |
40 Cargo in the following steps to locate the library. |
41 |
41 |
42 4. Download [alg_tools] and unpack it under the same directory as this |
42 4. Download [alg_tools] and unpack it under the same directory as this |
43 package. |
43 package. |
44 |
44 |
45 [rustup]: https://rustup.rs |
45 [rustup]: https://rustup.rs |