[interchange-cvs] interchange - kwalsh modified README

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Mar 16 17:00:04 EST 2006


User:      kwalsh
Date:      2006-03-16 22:00:04 GMT
Modified:  .        README
Log:
	* Corrected the installation instructions in the README file.

Revision  Changes    Path
2.29      +15 -7     interchange/README


rev 2.29, prev_rev 2.28
Index: README
===================================================================
RCS file: /var/cvs/interchange/README,v
retrieving revision 2.28
retrieving revision 2.29
diff -u -r2.28 -r2.29
--- README	28 Dec 2005 00:59:24 -0000	2.28
+++ README	16 Mar 2006 22:00:04 -0000	2.29
@@ -81,12 +81,20 @@
 
 Here is the quick installation summary:
 
-gzip -dc interchange-5.5.0.tar.gz | tar xvf -
-cd interchange-5.5.0
-./configure
+    tar xvzf interchange-5.5.0.tar.gz
+    cd interchange-5.5.0
+    perl Makefile.PL
+    make
+    make test
+    make install
 
-The configure script asks where you'd like to install Interchange, and
-(against common practice) also install it.
+If you would like to use a specific version of Perl, simply invoke
+perl with an absolute path to the Perl binary, such as
+
+    /usr/local/bin/perl Makefile.PL
+
+The build procedure asks where you'd like to install Interchange and
+the name of the user account that will own the installation.
 
 The Interchange server doesn't do much if it isn't servicing one or more
 actual catalogs, so you next need to make your first Interchange catalog,
@@ -103,7 +111,7 @@
 /usr/local/interchange for root installations, or /usr/lib/interchange
 for RPM installations) and run:
 
-bin/makecat
+    bin/makecat
 
 Follow the prompts and after restarting the Interchange server you
 should be able to access the demo catalog.
@@ -122,7 +130,7 @@
 formats. This and other information is available at the Interchange home on
 the web:
 
-http://www.icdevgroup.org/
+    http://www.icdevgroup.org/
 
 -----------------------------------------------------------------------------
 








More information about the interchange-cvs mailing list