[Opensrf-commits] r1548 - trunk
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Dec 19 17:19:54 EST 2008
Author: dbs
Date: 2008-12-19 17:19:50 -0500 (Fri, 19 Dec 2008)
New Revision: 1548
Modified:
trunk/README
Log:
Update README to cover new Makefile.install targets, as well as optional
language support at ./configure time.
Modified: trunk/README
===================================================================
--- trunk/README 2008-12-19 21:56:56 UTC (rev 1547)
+++ trunk/README 2008-12-19 22:19:50 UTC (rev 1548)
@@ -9,22 +9,31 @@
is to use the Makefile.install prerequisite installer for Evergreen.
Issue the following commands as the root user to install prerequisites
-using the Makefile.install prerequisite installer, substituting "debian"
-or "ubuntu" for <osname> below:
+using the Makefile.install prerequisite installer, substituting your
+operating system identifier for <osname> below:
aptitude install make
make -f src/extras/Makefile.install <osname>
-When the prerequisite installer reaches the Perl module stage, you will
+Well-tested values for <osname> include:
+ * "debian-etch" for Debian 4.0
+ * "debian-lenny" for Debian 5.0
+ * "ubuntu-gutsy" for Ubuntu 7.10
+ * "ubuntu-hardy" for Ubuntu 8.04
+ * "ubuntu-intrepid" for Ubuntu 8.10
+
+Less-tested values for <osname> include:
+ * "centos" for CentOS 5 and Red Hat Enterprise Linux 5
+ * "gentoo" for Gentoo
+
+Patches and suggestions for improvement from users of these distributions,
+or others, are welcome!
+
+When the prerequisite installer reaches the Perl module stage, you may
be prompted for configuration of Comprehensive Perl Archive Network (CPAN)
on your mserver. You can just press <return> for all of the prompts, except
for the country configuration.
-Note: You may also be able to use "centos" to install the OpenSRF
-prerequisites for CentOS 5 and RHEL 5, or "gentoo" for Gentoo - but
-these are less tested distributions. Your patches and suggestions for
-improvement are welcome!
-
Note: If you are installing this using a copy of the source code that was
checked out directly from the OpenSRF Subversion repository rather
than from a downloaded release of the source code, there are a few
@@ -42,6 +51,10 @@
./configure --prefix=/openils --sysconfdir=/openils/conf
make
+By default, OpenSRF includes C, Perl, and JavaScript support.
+You can add the "--enable-python" option to the configure command
+to build Python support, and "--enable-java" for Java support.
+
Installation instructions:
=========================
More information about the opensrf-commits
mailing list