Megatest

Update of "Downloads"
Login
Overview

Artifact ID: c30803e267b3be2adb9f867158a29b6edc75910f
Page Name:Downloads
Date: 2024-10-29 08:03:46
Original User: matt
Parent: b00008b9e127b92db58ed6e6a8952942fb10ec3f (diff)
Content

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: buildall - build chicken and IUP

Once you have the build system just untar and run make:

% tar xfvz megatest-<version>.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).

<h2>Source code releases</h2>

  *  Source code release v1.6592 [/uv/megatest-v1.6592.tar.gz|megatest-v1.6592.tar.gz] <b>Stable</b>
  *  Source code release v1.7014 [/uv/megatest-v1.7014.tar.gz|megatest-v1.7014.tar.gz] <b>Stable</b> (i)
  *  Source code release v1.7016 [/uv/megatest-v1.7016.tar.gz|megatest-v1.7016.tar.gz] <b>Experimental</b>
  *  Source code release v1.7105 [/uv/megatest-v1.7105.tar.gz|megatest-v1.7105.tar.gz] <b>Experimental</b>
  *  Source code release v1.8032 [/uv/megatest-v1.8032.tar.gz|megatest-v1.8032.tar.gz] <b>Experimental</b>
  *  Source code release v1.8104 [/uv/megatest-v1.8104.tar.gz|megatest-v1.8104.tar.gz] <b>Current Development</b>
  *  Source code release v2.0001 [/uv/megatest-v2.0001.tar.gz|megatest-v2.0001.tar.gz] <b>Experimental</b>

(i) may run into too many open files with many Megatest areas simultaneously running on one host.