README.Windows.md
July 18, 2019 ยท View on GitHub
Instructions for building on Windows using MSYS
Install MSYS2
- Download msys2 from http://www.msys2.org/
- Install msys2 to a location of your choice - say
C:\msys64(the steps should work for 32bit too) - Run
C:\msys64\msys2.exe - Run
pacman -Syu(Hit 'Y' when asked - Proceed with installation?). Just close the terminal window if you get the warning about "terminating msys2 without returning to shell" - there is a known issue with msys.
Install necessary tools in MSYS2
- Run
C:\msys64\msys2.exeand execute the following commands in the msys terminal: pacman -Su(Hit 'Y' when asked - Proceed with installation?)pacman -S gcc make autoconf git(Hit 'Y' when asked - Proceed with installation?)
Build and install cyclone-bootstrap
- Run the following commands:
git clone https://github.com/justinethier/cyclone-bootstrap.gitcd cyclone-bootstrap./setup.mysys.sh- this will fetch and build all the dependencies.
You will have cyclone.exe and icyc.exe generated at /usr/local/bin!