File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ PHAGE -- 2015 7DRL roguelike
3
3
Build instructions
4
4
------------------
5
5
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.
7
10
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.
11
13
12
14
With rustc in your path, just go to the Phage directory and type
13
15
You can’t perform that action at this time.
0 commit comments