diff options
Diffstat (limited to 'doc/win.txt')
-rw-r--r-- | doc/win.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/win.txt b/doc/win.txt index 2583622..8d0ca79 100644 --- a/doc/win.txt +++ b/doc/win.txt @@ -2,10 +2,10 @@ Windows Quick Start =================== -Only 64bits versions of windows are supported. To compile +Only 64-bit versions of windows are supported. To compile this software you will need to get a normal UNIX toolchain. -There are several ways to do this, but I will present what -I found to be the easiest and lightest solution. +There are several ways to get one, but I will only describe +how I did it. 1. Download and install [@1 MSYS2] (the x86_64 version). 2. In an MSYS2 terminal, run the following command. @@ -14,9 +14,10 @@ I found to be the easiest and lightest solution. 3. Restart the MSYS2 terminal. 4. In the new terminal, clone QBE. - + git clone git://c9x.me/qbe.git 5. Compile using `make`. + [1] http://www.msys2.org |