win.txt (647B)
1 =================== 2 Windows Quick Start 3 =================== 4 5 Only 64-bit versions of windows are supported. To compile 6 this software you will need to get a normal UNIX toolchain. 7 There are several ways to get one, but I will only describe 8 how I did it. 9 10 1. Download and install [@1 MSYS2] (the x86_64 version). 11 2. In an MSYS2 terminal, run the following command. 12 13 pacman -S git make mingw-w64-x86_64-gcc mingw-w64-x86_64-gdb 14 15 3. Restart the MSYS2 terminal. 16 4. In the new terminal, clone QBE. 17 18 git clone git://c9x.me/qbe.git 19 20 5. Compile using `make`. 21 22 23 [1] http://www.msys2.org