Changes to "chicken-iup" between 2011-01-31 17:04:30 and 2011-02-01 03:04:41

1
2
3
4
5

6
7
8
9
10
11

12
13
14

15
16
17
18
19
20
21
22


1
2

3
4
5
6
7
8

9
10


11

12
13
14
15
16
17
18
-
-


-
+





-
+

-
-
+
-







<b>Don't try canvas-draw yet :) work in progress</b>

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.
<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.

<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>
<b>You can download the latest installer for Windows [http://www.kiatoa.com/cgi-bin/chicken-iup/raw/setup-chicken-iup.exe?name=9ce8cbca22f76080349a30a48c722b2b3fe20210|here]</b>

To see if it works download this file: [http://www.kiatoa.com/cgi-bin/chicken-iup/raw/examples/sample.scm?name=f5c49562c25e9a8fa8644f2f37aea484a95d3baa|sample.scm] and then enter the following line into the terminal (change the path of course):

 (load "../examples/sample.scm") 
 (load "c:/Path/to/the/file/sample.scm") 

This chicken-iup site is using [http://www.fossil-scm.org|Fossil Source Code Management Software]. To download older versions of the installer or explore the files log in as anonymous and browse "Files" or "Branches".

Sources used in putting together the integrated chicken-iup package include:

  *  [http://call-cc.org|chicken scheme]
  *  [http://www.tecgraf.puc-rio.br/iup|Iup Gui]