mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
docs: add note for building with cargo
This commit is contained in:
parent
50fcebb6e3
commit
d94ea0bb69
1 changed files with 6 additions and 1 deletions
|
|
@ -68,7 +68,12 @@ cargo binstall vrc-get
|
|||
|
||||
## Using `cargo`
|
||||
|
||||
If you have [`cargo`][cargo], installing using cargo is a easy way to install vrc-get.
|
||||
If you have [`cargo`][cargo], installing using cargo is an easy way to install vrc-get.
|
||||
|
||||
Since vrc-get 1.6.0, the `experimental-vcc` feature which is enabled by default requires `dotnet` to build vrc-get.
|
||||
Please make sure you have installed dotnet to your system or disable the feature by `--no-default-features` flag.
|
||||
In addition, the NativeAOT, a part of dotnet which vrc-get use, requires `clang` and newer version of `ld` to build so
|
||||
please install them to your system.
|
||||
|
||||
```bash
|
||||
cargo install vrc-get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue