From: berick Date: Sat, 30 Apr 2011 22:17:12 +0000 (-0400) Subject: added crudely worded how-to for using debian backports to install docs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5d40845841655dfe970399971e52f545317e9a48;p=evergreen%2Fequinox.git added crudely worded how-to for using debian backports to install docs --- diff --git a/README b/README index 8644216e3e..15962349af 100644 --- a/README +++ b/README @@ -9,7 +9,17 @@ before you can successfully configure, compile, and install Evergreen. You can download OpenSRF releases from http://evergreen-ils.org/downloads -2. On Debian and Ubuntu, the easiest way to install the rest of the +2. On Debian, it's necessary to install Postgres 9 from backports. + +On Squeeze, add the following line to /etc/apt/sources.list + +deb http://www.backports.org/debian squeeze-backports main contrib + +For Lenny, use lenny-backports instead. + +Then run 'apt-get update' + +3. On Debian and Ubuntu, the easiest way to install the rest of the prerequisites for Evergreen is to use the Makefile.install prerequisite installer.