From fdd5476b54a0e937cac8ae86412b2895f7550ea9 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Sun, 13 Aug 2023 23:12:57 -0700 Subject: [PATCH] add note about rust in README --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index 600c8a1157..f9043805d4 100644 --- a/Readme.md +++ b/Readme.md @@ -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 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 Visual Studio 2019 16.3 or later is a hard requirement.