docs: add note for building with cargo

This commit is contained in:
anatawa12 2024-02-11 03:53:06 +09:00
commit d94ea0bb69
No known key found for this signature in database
GPG key ID: 9CA909848B8E4EA6

View file

@ -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