Changes to "Installation" between 2018-04-03 17:54:37 and 2018-04-03 18:14:37

1
2
3
4

5
6
7
8
9
10
11
1
2
3

4
5
6
7
8
9
10
11



-
+







<h2>Instructions</h2>

  #  Install msys2 from [https://www.msys2.org/|www.msys2.org]
  #  Optional, install all possible needed things for msys2, alternatively you can install only the pieces you need: <verbatim>pacman -S --needed base-devel msys2-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain libreadline-devel
  #  Optional, install all possible needed things for msys2, alternatively you can install only the pieces you need: <verbatim>pacman -S --needed base-devel msys2-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain libreadline-devel cmake
</verbatim>
  #  Update your path, edit ~/.bash_profile <verbatim>PATH="${HOME}/bin:/mingw64/bin:/c/chicken-iup/bin:${PATH}"</verbatim>
 
<h2>Old Instructions</h2>

  #  Install Mingw [http://www.mingw.org] to the default location C:\MinGW
  #  Run the chicken-iup installer.