libqbe/doc/win.txt

24 lines
647 B
Text
Raw Normal View History

2017-04-08 21:35:41 -04:00
===================
Windows Quick Start
===================
2017-04-16 22:50:47 -04:00
Only 64-bit versions of windows are supported. To compile
2017-04-08 21:35:41 -04:00
this software you will need to get a normal UNIX toolchain.
2017-04-16 22:50:47 -04:00
There are several ways to get one, but I will only describe
how I did it.
2017-04-08 21:35:41 -04:00
1. Download and install [@1 MSYS2] (the x86_64 version).
2. In an MSYS2 terminal, run the following command.
pacman -S git make mingw-w64-x86_64-gcc mingw-w64-x86_64-gdb
3. Restart the MSYS2 terminal.
4. In the new terminal, clone QBE.
2017-04-16 22:50:47 -04:00
2017-04-08 21:35:41 -04:00
git clone git://c9x.me/qbe.git
5. Compile using `make`.
2017-04-16 22:50:47 -04:00
2017-04-08 21:35:41 -04:00
[1] http://www.msys2.org