1
2
3
4
5
6
7
8
9
10
11
12
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
+
|
Integration of [http://call-cc.org|chicken scheme], [http://www.chust.org/fossils/iup|iup] and [http://www.chust.org/fossils/canvas-draw|canvas draw] into an easy to use windows installer.
<b>WARNING</b> this software is not well tested yet. Licenses for the individual packages can be found in the source or at the home sites for the code.
Installation:
# Install Mingw [www.mingw.org]
# Run the installer.
# Say "Yes" to the "run now" question.
# To see if it works enter the following line into the terminal:
(load "examples/sample.scm")
<b>You can download the latest installer for Windows [http://www.kiatoa.com/cgi-bin/chicken-iup/raw/setup-chicken-iup.exe?name=fefd9edc6b6b5e07c4a79771c46676a3400b6373|here]</b>
|