From da524146e910ae16307147877c9eb5538fbcd223 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Sun, 11 Jan 2009 16:30:47 +0100 Subject: [PATCH] Added the upgrade-all command before installing the other PEAR packages. --- INSTALL.mdtext | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.mdtext b/INSTALL.mdtext index c686ff5..d08c3bb 100644 --- a/INSTALL.mdtext +++ b/INSTALL.mdtext @@ -32,6 +32,7 @@ docroot. * Checkout the trunk of [Pluf](http://www.pluf.org). * Install the `Mail` and `Mail_mime` classes from [PEAR](http://pear.php.net). You must use the `--alldeps` flag when installing these modules: + $ sudo pear upgrade-all $ sudo pear install --alldeps Mail $ sudo pear install --alldeps Mail_mime