D 2024-10-29T14:03:46.366
L Downloads
P b00008b9e127b92db58ed6e6a8952942fb10ec3f
U matt
W 1924
Downloads
For making the needed build system follow these steps:
wget https://www.kiatoa.com/fossils/buildall/tarball/buildall.tar.gz
tar xf buildall.tar.gz
cd buildall/
./doall.sh example-ck5-ubuntu24.setup ospkgs-ubuntu24.04 chicken-5 eggs iup-bin iup-eggs
More information and instructions at: [https://www.kiatoa.com/cgi-bin/fossils/buildall/dir?ci=tip|buildall - build chicken and IUP]
Once you have the build system just untar and run make:
% tar xfvz megatest-.tar.gz
% cd megatest-version>
% make install PREFIX=/your/install/prefix
To run the Chicken Scheme compiler look for the PREFIX path in the configuration file you used:
export PREFIX="$HOME/software/chicken/ck4.$(date +%gww%V)"
You can then download and untar one of the releases below and run the compiler like this:
> $HOME/software/chicken/ck54.03ww32/ck
Please use either v1.6529 (tried and true) or v1.8104 (up and coming).
Source code releases
* Source code release v1.6592 [/uv/megatest-v1.6592.tar.gz|megatest-v1.6592.tar.gz] Stable
* Source code release v1.7014 [/uv/megatest-v1.7014.tar.gz|megatest-v1.7014.tar.gz] Stable (i)
* Source code release v1.7016 [/uv/megatest-v1.7016.tar.gz|megatest-v1.7016.tar.gz] Experimental
* Source code release v1.7105 [/uv/megatest-v1.7105.tar.gz|megatest-v1.7105.tar.gz] Experimental
* Source code release v1.8032 [/uv/megatest-v1.8032.tar.gz|megatest-v1.8032.tar.gz] Experimental
* Source code release v1.8104 [/uv/megatest-v1.8104.tar.gz|megatest-v1.8104.tar.gz] Current Development
* Source code release v2.0001 [/uv/megatest-v2.0001.tar.gz|megatest-v2.0001.tar.gz] Experimental
(i) may run into too many open files with many Megatest areas simultaneously running on one host.
Z 9bd40768d3f39b9d95385fcc6c2bffa4