Skip to content

Commit

Permalink
Readme: clarify meaning of --no-default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp committed Jul 25, 2023
1 parent e52dcc0 commit 671c9a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ Here's an A*PA alignment of two sequences of length $500$ with $30\%$ error rate

- [[https://rustup.rs/][Install rustup]], enable ~nightly~ (~rustup install nightly~ ~rustup default nightly~), and clone this repo.
- ~cargo run --release -- -n 100000~ should already work and run on some randomly generated sequences.
- To disable the visualizer and not need ~sdl2~: ~cargo run --release --no-default-features~.
- If you get build errors related to ~sdl2~ and/or missing ~ttf~ files, disable
the visualizer by passing ~--no-default-features~ to ~cargo~: ~cargo run
--release --no-default-features -- <flags>~. Alternatively, install ~sdl2~ using e.g. ~apt-get install libsdl2-ttf-dev~.

#+begin_src shell :exports both :results verbatim
cargo run --release -- -h
Expand Down

0 comments on commit 671c9a5

Please sign in to comment.