win.txt 647 B

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