18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
+
+
+
+
|
Installation
------------
Dependencies
~~~~~~~~~~~~
Chicken scheme and a number of "eggs" are required for building
Megatest. See the script installall.sh in the utils directory of the
source distribution for an automated way to install everything
needed for building Megatest on Linux.
Megatest. In the v1.66 and beyond assistance to create the build
system is built into the Makefile.
.Installation steps (overview)
-------------------------------------
./configure
make chicken
|