From 73ffefd017128fecccdd52aa8b6fb9f042e0bbb8 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 7 Apr 1999 08:01:30 +0000 Subject: Initial revision From-SVN: r26246 --- boehm-gc/README.dj | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 boehm-gc/README.dj (limited to 'boehm-gc/README.dj') diff --git a/boehm-gc/README.dj b/boehm-gc/README.dj new file mode 100644 index 00000000000..613bc423cb1 --- /dev/null +++ b/boehm-gc/README.dj @@ -0,0 +1,12 @@ +[Original version supplied by Xiaokun Zhu ] +[This version came mostly from Gary Leavens. ] + +Look first at Makefile.dj, and possibly change the definitions of +RM and MV if you don't have rm and mv installed. +Then use Makefile.dj to compile the garbage collector. +For example, you can do: + + make -f Makefile.dj test + +All the tests should work fine. + -- cgit v1.2.1