From 4c9bfe51243b381598c745d586a7ad65a5568cab Mon Sep 17 00:00:00 2001 From: maroy Date: Tue, 2 Aug 2005 10:02:20 +0000 Subject: [PATCH] updated documentation for 1.0 release --- livesupport/doc/developmentTools.html | 24 ++++++++++++++++++++---- livesupport/doc/install.html | 23 ++++++++++++++++++++--- 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/livesupport/doc/developmentTools.html b/livesupport/doc/developmentTools.html index 410b88473..d1d584b40 100644 --- a/livesupport/doc/developmentTools.html +++ b/livesupport/doc/developmentTools.html @@ -3,7 +3,7 @@ LiveSupport developer tools - +

Preface

@@ -12,8 +12,8 @@ project, Copyright © 2004 Media Development Loan Fund, under the GNU GPL.
@@ -55,6 +55,8 @@ environment variable WANT_AUTOCONF_2_5="1" before compiling the tools.)

Libraries

+

Required libraries
+

The following development libraries are expected on the development system:
-
+

Recommended libraries

+The following libraries are used by LiveSupport. If they are not found +on the system, LiveSupport will compile them from sources on its own. +While having these libraries is not necessary, Compiling takes longer +without them, and the generated LiveSupport directory will be larger as +well.
+ diff --git a/livesupport/doc/install.html b/livesupport/doc/install.html index 57931a353..15d62a6da 100644 --- a/livesupport/doc/install.html +++ b/livesupport/doc/install.html @@ -13,7 +13,7 @@ Development Loan Fund, under the GNU GPL.

Scope

@@ -36,7 +36,7 @@ Those who think they know everything, the quick steps to install LiveSupport are (make sure to run at least the ./bin/install.sh script as root):

-
wget http://livesupport.campware.org/look/campware/download/livesupport-<version>.tar.bz2
wget http://livesupport.campware.org/look/campware/download/livesupport-libraries-<version>.tar.bz2
tar xfj livesupport-<version>.tar.bz2
tar xfj livesupport-libraries-<version>.tar.bz2
cd livesupport-<version>
./configure
--with-prefix=/usr/local/livesupport --with-apache-group=apache --with-www-docroot=/var/www
make
make install
/usr/local/livesupport/bin/scheduler.sh start
+
wget http://switch.dl.sourceforge.net/sourceforge/livesupport/livesupport-<version>.tar.bz2
wget http://switch.dl.sourceforge.net/sourceforge/livesupport/livesupport-libraries-<version>.tar.bz2
tar xfj livesupport-<version>.tar.bz2
tar xfj livesupport-libraries-<version>.tar.bz2
cd livesupport-<version>
./configure
--with-prefix=/usr/local/livesupport --with-apache-group=apache --with-www-docroot=/var/www
make
make install
/usr/local/livesupport/bin/scheduler.sh start

Then try the URL http://localhost/livesupport/ , and log in using username: root, password: q.
@@ -76,6 +76,8 @@ environment variable WANT_AUTOCONF_2_5="1" before compiling the tools.)

Libraries

+

Required libraries
+

The following development libraries are expected on the system. Please note that for all the libraries below, the development packages are expected to be installed as well.
@@ -97,7 +99,22 @@ expected to be installed as well.
  • libmad
  • libogg
  • -
  • libvorbis
    +
  • libvorbis
  • + +

    Recommended libraries

    +The following libraries are used by LiveSupport. If they are not found +on the system, LiveSupport will compile them from sources on its own. +While having these libraries is not necessary, Compiling takes longer +without them, and the generated LiveSupport directory will be larger as +well.
    +

    Installing and configuring required external services