2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / boehm-gc / doc / README.dj
blob613bc423cb147d95368108f3fe233047d632d0d4
1 [Original version supplied by Xiaokun Zhu <xiaokun@aero.gla.ac.uk>]
2 [This version came mostly from Gary Leavens.                      ]
4 Look first at Makefile.dj, and possibly change the definitions of
5 RM and MV if you don't have rm and mv installed.
6 Then use Makefile.dj to compile the garbage collector.
7 For example, you can do:
9         make -f Makefile.dj test
11 All the tests should work fine.