Skip to content

Commit c2bbb72

Browse files
committed
Update instructions with latest Rustc version tested
1 parent bf1d42a commit c2bbb72

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ PHAGE -- 2015 7DRL roguelike
33
Build instructions
44
------------------
55

6-
Phage should build with the Rust language compiler version 1.0.0.
6+
Phage should build with a stable 1.x version of the Rust compiler. It was last
7+
tested with version 1.13. You need to install the Rust programming language,
8+
either from [the Rust website](https://www.rust-lang.org/en-US/downloads.html)
9+
or from the package manager of your operating system.
710

8-
If you're on Windows, you will also need to have MinGW GCC installed
9-
and in your command line path to be able to build the third-party
10-
dependencies.
11+
If you're on Windows, you will also need to have MinGW GCC installed and in
12+
your command line path to be able to build the third-party dependencies.
1113

1214
With rustc in your path, just go to the Phage directory and type
1315

0 commit comments

Comments
 (0)