12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
+
+
+
+
+
+
+
+
+
+
+
|
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
</verbatim>
To run the Chicken Scheme compiler look for the PREFIX path in the configuration file you used:
<verbatim>
export PREFIX="$HOME/software/chicken/ck4.$(date +%gww%V)"
</verbatim>
You can then download and untar one of the releases below and run the compiler like this:
<verbatim>
> $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)
|