From 30ebbfd1d44a5394cd9e6b8a3b74098508f76118 Mon Sep 17 00:00:00 2001 From: tomas Date: Mon, 7 Feb 2005 23:31:38 +0000 Subject: [PATCH] XML_Beautifier PEAR module requirement added --- livesupport/doc/gettingStarted.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/livesupport/doc/gettingStarted.html b/livesupport/doc/gettingStarted.html index 1c94217f0..37df58b48 100644 --- a/livesupport/doc/gettingStarted.html +++ b/livesupport/doc/gettingStarted.html @@ -13,7 +13,7 @@ Development Loan Fund, under the GNU GPL.
@@ -70,7 +70,8 @@ running on the development computer
  • PHP interpreter
  • PHP apache module
  • PostgreSQL support in PHP
  • -
  • PEAR modules: DB, XML_Util +
  • PEAR + modules: DB, XML_Util, XML_Beautifier (may be checked: pear list and installed by e.g.: pear install DB)