Remove the reference to Evergreen in the README
authorDan Scott <dscott@laurentian.ca>
Mon, 22 Oct 2012 15:53:24 +0000 (11:53 -0400)
committerDan Scott <dscott@laurentian.ca>
Mon, 22 Oct 2012 15:53:24 +0000 (11:53 -0400)
Stephen Wills reported problems installing Evergreen because of missing
dependencies, and reading the OpenSRF README shows that it refers to the
Evergreen prerequisite installer in a confusing way that might lead to
users using only the Evergreen Makefile.install, rather than using the
OpenSRF Makefile.install.

In addition, Fedora 16 is going to be out of support soon, and Fedora 17
and 18 are well-tested targets now.

Signed-off-by: Dan Scott <dscott@laurentian.ca>

README

diff --git a/README b/README
index e23cf37..668060d 100644 (file)
--- a/README
+++ b/README
@@ -26,7 +26,7 @@ Installing prerequisites
 OpenSRF has a number of prerequisite packages that must be installed
 before you can successfully configure, compile, and install OpenSRF.
 On Debian and Ubuntu, the easiest way to install these prerequisites
-is to use the Makefile.install prerequisite installer for Evergreen.
+is to use the Makefile.install prerequisite installer.
 
 Issue the following commands as the root user to install prerequisites
 using the Makefile.install prerequisite installer, substituting your
@@ -42,7 +42,7 @@ Well-tested values for <osname> include:
   * `debian-squeeze` for Debian 6.0
   * `ubuntu-lucid` for Ubuntu 10.04
   * `ubuntu-precise` for Ubuntu 12.04
-  * `fedora` for Fedora 16
+  * `fedora` for Fedora 17 and later
 
 Patches and suggestions for improvement from users of these distributions,
 or others, are welcome!