mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
add note about rust in README
This commit is contained in:
parent
4766322a4c
commit
fdd5476b54
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue