From 316d297c91edac0f7d007acacf5033575cff99bb Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Tue, 4 Mar 2025 09:46:26 -0500 Subject: [PATCH] Update setup instructions in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index de29880..0fa2801 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A Virtual Boy emulator built around the shrooms-vb core. Written in Rust, using Install the following dependencies: - `cargo` (via [rustup](https://rustup.rs/), the version from your package manager is too old) + - a C compiler (any will do, [the build script](https://docs.rs/cc/latest/cc/#compile-time-requirements) will find it automatically) + - (on linux) `libasound2-dev` and `libudev-dev` Run ```sh