From 65cb0956c237c77e3a39308d16d5c10ad6ecbb8d Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Sun, 8 Jan 2006 07:02:47 +0000 Subject: raptor 1.4.9 and 2006 --- INSTALL.html | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) (limited to 'INSTALL.html') diff --git a/INSTALL.html b/INSTALL.html index 9038885a..81e8089a 100644 --- a/INSTALL.html +++ b/INSTALL.html @@ -18,35 +18,20 @@ SourceForge site.

-

1.2 Getting the sources from CVS

+

1.2 Getting the sources from Subversion

-

NOTE: Raptor will be switching to use +

NOTE: Raptor switched to use Subversion -for version control after the 1.4.8 release. Please check the -Redland Subversion site -for the latest status or the online -Raptor installation notes -for the raptor specific subversion installation information. -

+for version control after the 1.4.8 release. If you were +using CVS, you will need to re-check out the sources.

-  # sh, bash, ...
-  CVSROOT=:pserver:anonymous@cvs.librdf.org:/cvsroot
-  export CVSROOT
-  # csh, tcsh, ...
-  setenv CVSROOT :pserver:anonymous@cvs.librdf.org:/cvsroot
-
-  cvs login
-Logging in to :pserver:anonymous@cvs.librdf.org:2401/cvsroot
-CVS password: 
-  [return]
-
-  cvs checkout redland/raptor
+  svn checkout http://svn.librdf.org/repository/raptor/trunk/
 
-  cd redland/raptor
+  cd trunk
 
-

At this stage, or after a cvs update you will +

At this stage, or after a svn update you will need to create the automake and autoconf derived files, as described below in Create the configure program by using the autogen.sh script.

@@ -99,7 +84,7 @@ below for what these are):

The automake and autoconf tools have many different versions and at present development is being done with automake 1.8.3 (minimum version 1.7), autoconf 2.59 (minimum version 2.54) and libtool 1.5.4 -(minimum version 1.4). These are only needed when compiling from CVS +(minimum version 1.4). These are only needed when compiling from Subversion sources. autogen.sh enforces the requirements. In future development will move to require automake 1.8, autoconf 2.58 and libtool 1.5.

@@ -109,7 +94,7 @@ libtool 1.5.

(2.5.4 will not work) and GNU Bison to build lexers and parsers. -These are only required when building from CVS.

+These are only required when building from Subversion.

2.2 Options for configure

@@ -304,7 +289,7 @@ They are in the examples sub-directory and can be built with:


-

Copyright 2000-2005 Dave Beckett
Copyright 2000-2005 Institute for Learning and Research Technology, University of Bristol

+

Copyright 2000-2006 Dave Beckett
Copyright 2000-2005 Institute for Learning and Research Technology, University of Bristol

-- cgit v1.2.1