strawberrymusicplayer / strawberry-msvc

:strawberry: Instructions and batch files for building Strawberry with Visual Studio 2022
https://www.strawberrymusicplayer.org/
9 stars 2 forks source link

Missing Rust compiler README.md #8

Closed Erriez closed 1 week ago

Erriez commented 1 week ago

Building tag 1.2.1 requires Rust compiler installed and should be added to the README.md sections Requirements and Installation:

  1. Download and run RUSTUP-INIT.exe (64-BIT) from https://www.rust-lang.org/tools/install
  2. Type: cargo install cargo-c
  3. Restart shell

I'll test and create a PR.