| 1 |
The simple way to install Chase is
|
| 2 |
|
| 3 |
./configure
|
| 4 |
make
|
| 5 |
make install
|
| 6 |
|
| 7 |
You need Boehm's garbage collector library. A source distribution can
|
| 8 |
be fetched from
|
| 9 |
http://reality.sgi.com/employees/boehm_mti/gc_source/
|
| 10 |
it is not included with Chase. A binary distribution may be available
|
| 11 |
through your vendor - at least Debian GNU/Linux has it starting from
|
| 12 |
the Slink release (2.1, under development at the time of this
|
| 13 |
writing).
|
| 14 |
|
| 15 |
The configure script can handle many options; do a
|
| 16 |
./configure --help
|
| 17 |
to get a brief summary. You may want to specify
|
| 18 |
--enable-copying=fname, where fname is the location of an installed
|
| 19 |
copy of the GNU General Public License, version 2 or later. On a
|
| 20 |
Debian GNU/Linux system this would become
|
| 21 |
./configure --enable-copying=/usr/doc/copyright/GPL
|
| 22 |
|
| 23 |
|
| 24 |
-- Antti-Juhani Kaijanaho <gaia@iki.fi> Wed, 9 Dec 1998 20:16:06 +0200
|