From f7eda3bd1cb12d8b3fe1f1b0d5d3e92d771ced54 Mon Sep 17 00:00:00 2001 From: Francois Perichon Date: Mon, 10 Nov 2008 12:01:26 +1300 Subject: [PATCH] Add information about installation on Gentoo. --- docs/website/installation.php | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/website/installation.php b/docs/website/installation.php index 56661113..33df7769 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -32,12 +32,28 @@ notes to pages somewhere under here:

RPM Packages of DAViCal

We have created RPM packages of DAViCal and libawl-php from the .deb packages using "alien". These are reported to work fine, so use them and then proceed to the -Pre-requisites section below.

+Pre-requisites section below. If you would like to work with us to create native +RPM packages please get in touch!

SuSE Linux

On SuSE Linux you may need to look in /var/lib/pgsql/data/ for the pg_hba.conf file.

-

Gentoo, Slackware, BSD and the rest

+

Gentoo

+Davical and the awl library ebuilds are available on the sunrise overlay. +You'll have to add this overlay to your system: +
+emerge layman
+layman -f -a sunrise
+echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf
+
+ +From there, you can keep the overlay in sync with the command: +
layman -s sunrise
+ +Davical can now be installed with a normal: +
emerge davical
+ +

Slackware, BSD and the rest

You will need to download the latest versions of the DAViCal and awl packages from the sourceforge download page for DAViCal.

@@ -318,4 +334,3 @@ the packaging system, but that change will not happen until early 2007.