mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
docs(readme-gui): add build requirements
This commit is contained in:
parent
03d9aec085
commit
5be32841d1
1 changed files with 16 additions and 0 deletions
|
|
@ -8,6 +8,22 @@ The recommended way to install vrc-get-gui is download from [GitHub Releases][vr
|
|||
|
||||
[vrc-get-gui-releases]: https://github.com/anatawa12/vrc-get/releases?q=gui-v0
|
||||
|
||||
## Requirements (building)
|
||||
|
||||
To build vrc-get-gui, you need to have the following installed:
|
||||
|
||||
- [Node.js] v20 (to build the web part of the project)
|
||||
- [npm] (to install the dependencies of the web part)
|
||||
- [cargo] (to build the Rust part of the project)
|
||||
- [cargo-about] (to generate the licenses json)
|
||||
- [.NET SDK] v8 (to build vrc-get-litedb crate)
|
||||
|
||||
[Node.js]: https://nodejs.org/en
|
||||
[npm]: https://www.npmjs.com
|
||||
[cargo]: https://doc.rust-lang.org/cargo/
|
||||
[cargo-about]: https://github.com/EmbarkStudios/cargo-about
|
||||
[.NET SDK]: https://dotnet.microsoft.com/download
|
||||
|
||||
## Building
|
||||
|
||||
To build the project, run the following command:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue