1
2
3
4
5
6
7
8
9
10
11
12
|
1
2
3
4
5
6
7
8
9
10
11
12
|
-
+
|
2016 notes on trying to build on minwin. See older notes from Thomas Chust below.
# Build must be done from cmd.exe. It doesn't work from mingw shell
# Add to PATH:<verbatim>set PATH=%PATH%;c:\MinGW\bin;c:\MinGW\msys\1.0\bin</verbatim>
# make PREFIX=c:\chicken-iup PLATFORM=mingw-msys
With thanks to Thomas Chust, here is the build overview.
* Install a fresh Windows XP and all available system updates in a
virtual machine
* Add C:/Programme/MinGW/bin, C:/Programme/CHICKEN/bin and
|