summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--INSTALL6
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 05429513d..ad6a9652c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-25 Archie Cobbs <archie@dellroad.org>
+
+ * INSTALL: Document GNU make requirement for building.
+
2004-04-09 Dalibor Topic <robilad@kaffe.org>
* java/lang/SecurityManager.java: (checkAccess): Use getThreadGroup().
diff --git a/INSTALL b/INSTALL
index bb67a97b0..779e9e244 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,6 +11,8 @@ classpath, installation instructions are found in the HACKING file.
------------------------------------------------------------------
Suggested Software
------------------------------------------------------------------
+ GNU make ("gmake") is required for building Classpath.
+
For any build environment involving native libraries, these
new versions of autoconf, automake, and libtool are required
if changes are made that require rebuilding configure, Makefile.in,
@@ -55,10 +57,10 @@ gives a complete list.
--enable-load-library enable to use JNI native methods default=yes
(disabled automatically using --enable-cni)
-2). Type "make" to build the package. There is no longer a
+2). Type "gmake" to build the package. There is no longer a
dependency problem and we aim to keep it that way.
-3). Type "make install" to install everything. This may require
+3). Type "gmake install" to install everything. This may require
being the superuser. The default install path is /usr/local/classpath
you may change it by giving configure the --prefix=<path> option.