Changes to "chicken-iup-build" between 2017-09-21 04:58:30 and 2017-09-21 05:17:37

29
30
31
32
33
34
35
36

37
38
39
40
29
30
31
32
33
34
35

36
37
38
39
40







-
+




C:/Users/IEUser/Downloads/chicken-iup 	/ciup
</pre>

* In msys shell, run make

* Assuming build ran through successfully, open chicken-iup.iss file in Inno Setup.  Click "Run".  This will create the installer.  

* Notes: Remember that Windows uses it's "PATH" variable to load libraries.  So chicken-iup/bin and chicken-iup/lib must be in the path.  The installer does this, but if you try to test before creating the installer, some of the libraries will not work.  You can either set them manually, or run the installer to test it out.  Also, a few of the eggs were unable to be the latest version.  I'm not sure what exactly they changed, but the latest version of the iup egg was tricky.  These may be able to be fixed with some more work, but I didn't get them working.
* Notes: Remember that Windows uses it's "PATH" variable to load libraries.  So chicken-iup/bin and chicken-iup/lib must be in the path.  The installer does this, but if you try to test before creating the installer, some of the libraries will not work.  You can either set them manually, or run the installer to test it out.  Also, the iup egg was unable to be on the latest version.  I'm not sure what exactly changed, but the latest version of the iup egg was tricky.  I think it has to do with some code that was added for adding images from binary formats.  This may be able to be fixed with some work, but I didn't get it working.

 * Run `csi -R iup -e '(let ([dlg (dialog #:title "Test" (button "Push
  me!" #:action print))]) (show dlg #:modal? #t))'` to verify the
  installation works