From: Dan Scott Date: Mon, 22 Oct 2012 15:53:24 +0000 (-0400) Subject: Remove the reference to Evergreen in the README X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2c6fabe8176ed32bd8375c11a71bd0aba7d56371;p=working%2FOpenSRF.git Remove the reference to Evergreen in the README 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 --- diff --git a/README b/README index e23cf37..668060d 100644 --- 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 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!