From 0f42228e9fd40fbfcd7b3c1652b3aa799db183d5 Mon Sep 17 00:00:00 2001 From: Dean Roehrich Date: Thu, 26 Feb 2004 16:55:53 +0000 Subject: [PATCH] Give the dmapi test suite some build instructions build instructions --- dmapi/README.build | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dmapi/README.build diff --git a/dmapi/README.build b/dmapi/README.build new file mode 100644 index 00000000..a08386a9 --- /dev/null +++ b/dmapi/README.build @@ -0,0 +1,31 @@ +Feb 26, 2004 + This builds in the following environment: + Redhat 9.0 + libtool-1.4.3-5 + automake-1.6.3-5 + autoconf-2.57-3 + + It also builds in this older environment: + Redhat 7.3 + libtool-1.4.2-7 + automake-1.4p5-4 + autoconf-2.13-17 + +The default install directory is: /usr/local/dmapi_tests + +To build: + $ autoconf + $ libtoolize + $ ./configure + $ make (make install) + + +If you have an older autotool setup, you may have to run a few more autotool +pieces: + $ aclocal + $ libtoolize + $ autoconf + $ ./configure + $ make + +If your makefiles seem screwy, then run 'automake' before the autoconf. -- 2.30.2