Overview
Artifact ID: | e51394be32eaa1d276afd75e63dfe37d29c80e18 |
---|---|
Page Name: | Installation |
Date: | 2018-04-03 19:26:36 |
Original User: | matt |
Parent: | c24dded929e7ec357bffb52c44d3945206f3f599 (diff) |
Content
Instructions
- Install msys2 from www.msys2.org
- Optional, install all possible needed things for msys2, alternatively you can install only the pieces you need:
pacman -S --needed base-devel msys2-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain libreadline-devel cmake winpty
- Update your path, edit ~/.bash_profile
PATH="${HOME}/bin:/mingw64/bin:/c/chicken-iup/bin:${PATH}"
Old Instructions
- Install Mingw http://www.mingw.org to the default location C:\MinGW
- Run the chicken-iup installer.
- Log out and back in or reboot to make environment variables available to chicken. Thank you StephenE for catching this detail.