diff options
author | Mark Wielaard <mark@klomp.org> | 2005-01-06 17:43:58 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2005-01-06 17:43:58 +0000 |
commit | f51adab109558cf9c91a6a39dcea19b0f1e57546 (patch) | |
tree | 8e82667adc4c10fdd79cdf93f67783361cdb438b /INSTALL | |
parent | 5dd0e862aa0f1fbb0015f464e859249ad5fb5050 (diff) | |
download | classpath-f51adab109558cf9c91a6a39dcea19b0f1e57546.tar.gz |
* configure.ac: Update version to 0.13.classpath-0_13-release
* NEWS: Add news about 0.13.
* INSTALL: Mention new dependencies and configure flags.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 23 |
1 files changed, 18 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Installing GNU Classpath - Last updated: April 30, 2004 +Installing GNU Classpath - Last updated: January 6, 2005 First, this is a development release only! Unless you are interested in active development and debugging, or just like running random alpha code, @@ -44,6 +44,8 @@ Suggested Software - libart_lgpl 2.1.0 - gdk-pixbuf + - XTest Extension (libXtst) for GdkRobot support in java.awt. + For building the xmlj JAXP implementation (dsabled by default, use configure --enable-xmlj) you need the following installed: - The XML C library for Gnome (libxml2) @@ -67,11 +69,22 @@ package is built. Consider the following options, "configure --help" gives a complete list. --enable-java compile Java source default=yes - --enable-jni compile JNI source default=no - --enable-cni compile CNI source default=no - --enable-gtk-peer compile GTK native peers default=no + --enable-jni compile JNI source default=yes + --enable-gtk-peer compile GTK native peers default=yes + --enable-gtk-cairo compile cairo based Graphics2D default=no --enable-load-library enable to use JNI native methods default=yes - (disabled automatically using --enable-cni) + --with-jikes to compile the class library using jikes + the default is to use gcj + --with-glibj define what to install (zip|flat|both|none) + default=zip + --enable-Werror whether to compile C code with -Werror which turns + any compiler warning into a compilation failure + default=no + --enable-xmlj compile native libxml/xslt library default=no + --with-jay Regenerate the parsers with jay must be given the + path to the jay executable + +For more flags run configure --help. 2). Type "gmake" to build the package. There is no longer a dependency problem and we aim to keep it that way. |