Skip to content

Commit

Permalink
docs: document workaround around compilation errors when using `car…
Browse files Browse the repository at this point in the history
…go install`

fixes #1900

[skip ci]
  • Loading branch information
jqnatividad committed Jul 17, 2024
1 parent e1099c6 commit 20488a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ cargo install qsv --locked --bin qsvlite -F lite
cargo install qsv --locked --bin qsvdp -F datapusher_plus,luau,polars
```

Note: if you get a compilation error when running `cargo install`, use Option 4 to compile from source using `cargo build`.

### Option 4: Compile from Source

Compiling from source also works similarly[^1]:
Expand Down

0 comments on commit 20488a2

Please sign in to comment.