add note about rust in README

This commit is contained in:
Nikhil Narayana 2023-08-13 23:12:57 -07:00
commit fdd5476b54
No known key found for this signature in database
GPG key ID: 1B34839FA8D6245E

View file

@ -57,6 +57,11 @@ bundled with Dolphin and used if they're not installed on your system. CMake
will inform you if a bundled library is used or if you need to install any will inform you if a bundled library is used or if you need to install any
missing packages yourself. missing packages yourself.
### Rust
This fork includes a [Rust submodule](Externals/SlippiRustExtensions) that needs to be built and linked to the final executable.
This means that you will need to install a Rust compiler for your current system; to do this, simply visit
[rustup.rs](https://rustup.rs). Once installed, CMake should be able to automatically handle the rest for you.
### Windows ### Windows
Visual Studio 2019 16.3 or later is a hard requirement. Visual Studio 2019 16.3 or later is a hard requirement.