diff options
author | Mark Wielaard <mark@klomp.org> | 2005-01-02 17:04:12 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2005-01-02 17:04:12 +0000 |
commit | 3074936ca2235cacadeec02fdd3f4a4b0b69fd6f (patch) | |
tree | 99a57936bf0c4968dd615b3d25eb21bdc65bc556 /INSTALL | |
parent | 28e34058e1d12b7f5fc36dd416f420e25bafeae4 (diff) | |
download | classpath-3074936ca2235cacadeec02fdd3f4a4b0b69fd6f.tar.gz |
* ChangeLog.gnujaxp.1: New (historic) ChangeLog file.
* ChangeLog.gnujaxp.2: Likewise.
* ChangeLog.libxmlj: Likewise.
* Makefile.am (EXTRA_DIST): List new ChangeLog files.
* INSTALL: Add libxml2 and libxslt requirements for --enable-xmlj.
* doc/README.jaxp: New file.
* doc/Makefile.am (EXTRA_DIST): List new README.jaxp
* native/jni/xmlj/BUGS: New file.
* native/jni/xmlj/Makefile.am (EXTRA_DIST): List new BUGS file.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -36,13 +36,24 @@ Suggested Software - The kjc compiler is supported with configure but we have been unable to successfully compile with it. - For building the JNI native libraries, the following are required - unless --disable-gtk-peer is used as an argument to configure. + For building the gtk+ AWT peer JNI native libraries, the following + are required unless --disable-gtk-peer is used as an argument to + configure. - GTK+ 2.4.x (or higher) - libart_lgpl 2.1.0 - gdk-pixbuf + 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) + http://www.xmlsoft.org/ + Minimum version of libxml2 required: 2.6.8 + + - The XSLT C library for Gnome (libxslt) + http://www.xmlsoft.org/XSLT/ + Minimum version of libxslt required: 1.1.11 + For building the documentation you will need - texinfo 4.2 or higher. |