documentation update

This commit is contained in:
Quentin Carbonneaux 2017-04-16 22:50:47 -04:00
parent 138b09af87
commit 0d77e262a6
2 changed files with 131 additions and 28 deletions

View file

@ -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