Update 'README.md'

included info about 1.63 being the latest rustc that can successfully build SDL as seen in Issue #89
This commit is contained in:
jahway603
2023-02-19 04:33:11 +00:00
parent 1f2c7defb7
commit a113b3a3df

View File

@@ -30,7 +30,7 @@ Go to the [releases page](https://git.hush.is/hush/SilentDragonLite/releases) an
* SilentDragonLite is written in C++ 14, and can be compiled with g++/clang++/visual c++.
* It also depends on Qt5, which you can get from [here](https://www.qt.io/download) or we recommend installing using your Linux version's package manager (if available).
* **You'll need Rust v1.49**, so install it via [Rustup in Linux](https://rustup.rs/).
* **You'll need Rust v1.49**, so install it via [Rustup in Linux](https://rustup.rs/). **If you use a version greater then 1.63, then it will not currently build** as seen in [Issue #89](https://git.hush.is/hush/SilentDragonLite/issues/89).
#### Building on Linux