From e7333f3e80603feb6078730dee255b6bc5d13e20 Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Thu, 3 Feb 2005 21:45:03 +0000 Subject: Note flex and bison requirements --- INSTALL.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'INSTALL.html') diff --git a/INSTALL.html b/INSTALL.html index b104cfbc..dad67c19 100644 --- a/INSTALL.html +++ b/INSTALL.html @@ -62,11 +62,11 @@ dependency checking. It requires an XML parser - either libxml2 optionally use libcurl, libxml2 for retrieving URIs.

Raptor is developed and built on x86 GNU/Linux -(Redhat Fedora Core 2, Debian unstable) but is also regularly tested on -sparc Sun Solaris 2.x, x86 FreeBSD 4.8, ppc Apple OSX 10.2 +(Redhat Fedora Core 3, Debian unstable) but is also regularly tested on +sparc Sun Solaris 2.x, x86 FreeBSD 4.10, ppc Apple OSX 10.3 and as part of Redland on several other systems via the SourceForge compile farm -(typically AMD IA64 SuSE 8 Linux 2.4, Alpha Debian Linux 2.2).

+(typically AMD64, Alpha, Solaris x86, OpenBSD, NetBSD).

2.1. Create configure program

@@ -98,6 +98,13 @@ sources. autogen.sh enforces the requirements. In future development will move to require automake 1.8, autoconf 2.58 and libtool 1.5.

+

Raptor also requires +flex version 2.5.31 or newer +(2.5.4 will not work) and +GNU Bison +to build lexers and parsers. +These are only required when building from CVS.

+

2.2 Options for configure

@@ -160,6 +167,10 @@ libxml 2.6.8 (Redhat Fedora Core 2), libxml 2.6.9 (FreeBSD 4.10-STABLE)

libxml1 is not supported.

+ +

The libxml2 on Apple OSX 10.3.X is quite broken - the headers do +not match the libraries. Install your own to get something +coherent.

--with-www=NAME
@@ -256,9 +267,6 @@ They are in the examples sub-directory and can be built with:

# Raptor GUI - only if you have the GTK libraries make grapper - # Raptor parser abort test program - make raptor_abort - # If you have all requirements make examples -- cgit v1.2.1