summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorArchie Cobbs <archie@dellroad.org>2004-04-09 16:04:20 +0000
committerArchie Cobbs <archie@dellroad.org>2004-04-09 16:04:20 +0000
commit5ace7a5312a3d988a108e126af7c78a246d93d84 (patch)
treea171a01a2f46798b2ae088ed458c356287ac329d /INSTALL
parent3d2b77abbfd049ae88819c80b9ee5c0a2033acbc (diff)
downloadclasspath-5ace7a5312a3d988a108e126af7c78a246d93d84.tar.gz
* INSTALL: Document GNU make requirement for building.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
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.