Update setup instructions in README

This commit is contained in:
Simon Gellis 2025-03-04 09:46:26 -05:00
parent 273b3f3409
commit 316d297c91
1 changed files with 2 additions and 0 deletions

View File

@ -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