docs: Add Visual C++ redist info to README

Add line to the Readme stating that the Visual C++ Redistributable is required for Ruffle Desktop on Windows
This commit is contained in:
maichiu 2020-11-06 02:45:15 -06:00 committed by GitHub
parent dab79107b2
commit dc74d3baec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ Ruffle is in the proof-of-concept stage and can currently run early Flash animat
[Nightly builds](https://github.com/ruffle-rs/ruffle/releases) of Ruffle are available for desktop and web platforms including the browser extension.
Windows desktop builds require the x64 [2015-2019 Visual C++ Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).
## Building from source
[Follow the official guide](https://www.rust-lang.org/tools/install) to install Rust for your platform.