1
2
3
4
5
6
7
8
9
10
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
+
+
+
+
+
+
+
-
+
|
<h1>Downloads</h1>
For making the needed build system follow these steps:
<verbatim>
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
</verbatim>
For making the needed build system follow instructions at: [https://www.kiatoa.com/cgi-bin/fossils/buildall/dir?ci=tip|buildall - build chicken and IUP]
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:
<verbatim>
% tar xfvz megatest-<version>.tar.gz
% cd megatest-version>
% make install PREFIX=/your/install/prefix
|