updated documentation for 1.0 release

This commit is contained in:
maroy 2005-08-02 10:02:20 +00:00
parent 707805a511
commit 4c9bfe5124
2 changed files with 40 additions and 7 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>LiveSupport developer tools</title>
<meta content="$Author: fgerlits $" name="author">
<meta content="$Author: maroy $" name="author">
</head>
<body>
<h1>Preface</h1>
@ -12,8 +12,8 @@ project, Copyright © 2004 <a href="http://www.mdlf.org/">Media
Development Loan Fund</a>, under the GNU <a
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
<ul>
<li>Author: $Author: fgerlits $</li>
<li>Version: $Revision: 1.10 $</li>
<li>Author: $Author: maroy $</li>
<li>Version: $Revision: 1.11 $</li>
<li>Location: $Source:
/home/cvs/livesupport/doc/developmentTools.html,v $</li>
</ul>
@ -55,6 +55,8 @@ environment variable WANT_AUTOCONF_2_5="1" before compiling the tools.)</li>
</li>
</ul>
<h1>Libraries</h1>
<h2>Required libraries<br>
</h2>
The following development libraries are expected on the development
system:<br>
<ul>
@ -79,6 +81,20 @@ system:<br>
<br>
</li>
</ul>
<br>
<h2>Recommended libraries</h2>
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.<br>
<ul>
<li><a href="http://www.boost.org/">boost</a> &gt;= 1.31</li>
<li><a href="http://www.gtk.org/">gtk+</a> &gt;= 2.6.1</li>
<li><a href="http://www.gtkmm.org/">gtk--</a> &gt;= 2.5.5</li>
<li><a href="http://www.ibm.com/software/globalization/icu/">icu</a>
&gt;= 3.0</li>
<li><a href="http://libxmlplusplus.sourceforge.net/">libxml++</a>
&gt;= 2.8.1</li>
</ul>
</body>
</html>

View file

@ -13,7 +13,7 @@ Development Loan Fund</a>, under the GNU <a
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
<ul>
<li>Author: $Author: maroy $</li>
<li>Version: $Revision: 1.11 $</li>
<li>Version: $Revision: 1.12 $</li>
<li>Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/install.html,v $</li>
</ul>
<h1>Scope</h1>
@ -36,7 +36,7 @@ Those who think they know everything, the quick steps to install
LiveSupport are (make sure to run at least the <code>./bin/install.sh</code>
script as root):<br>
<br>
<pre><code>wget </code><code></code><code>http://livesupport.campware.org/look/campware</code><code>/download/livesupport-&lt;version&gt;.tar.bz2<br></code><code>wget </code><code></code><code>http://livesupport.campware.org/look/campware</code><code>/download/livesupport-libraries-&lt;version&gt;.tar.bz2<br>tar xfj livesupport-&lt;version&gt;.tar.bz2<br></code><code>tar xfj livesupport-libraries-&lt;version&gt;.tar.bz2<br>cd livesupport-&lt;version&gt;<br>./configure </code><code>--with-prefix=/usr/local/livesupport --with-apache-group=apache --with-www-docroot=/var/www</code><code><br>make<br>make install<br>/usr/local/livesupport/bin/scheduler.sh start<br></code></pre>
<pre><code>wget http://switch.dl.sourceforge.net/sourceforge/livesupport/livesupport-&lt;version&gt;.tar.bz2</code><code><br></code><code>wget </code><code>http://switch.dl.sourceforge.net/sourceforge/livesupport/livesupport-libraries-&lt;version&gt;.tar.bz2</code><code><br>tar xfj livesupport-&lt;version&gt;.tar.bz2<br></code><code>tar xfj livesupport-libraries-&lt;version&gt;.tar.bz2<br>cd livesupport-&lt;version&gt;<br>./configure </code><code>--with-prefix=/usr/local/livesupport --with-apache-group=apache --with-www-docroot=/var/www</code><code><br>make<br>make install<br>/usr/local/livesupport/bin/scheduler.sh start<br></code></pre>
<br>
Then try the URL <code>http://localhost/livesupport/ </code>,
and log in using username: <code>root</code>, password: <code>q</code>.<br>
@ -76,6 +76,8 @@ environment variable WANT_AUTOCONF_2_5="1" before compiling the tools.)</li>
</li>
</ul>
<h2>Libraries</h2>
<h3>Required libraries<br>
</h3>
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.<br>
@ -97,7 +99,22 @@ expected to be installed as well.<br>
</li>
<li><a href="http://mad.sourceforge.net/">libmad</a></li>
<li><a href="http://www.xiph.org/ogg/vorbis/">libogg</a></li>
<li><a href="http://www.xiph.org/ogg/vorbis/">libvorbis</a><br>
<li><a href="http://www.xiph.org/ogg/vorbis/">libvorbis</a></li>
</ul>
<h3>Recommended libraries</h3>
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.<br>
<ul>
<li><a href="http://www.boost.org/">boost</a> &gt;= 1.31</li>
<li><a href="http://www.gtk.org/">gtk+</a> &gt;= 2.6.1</li>
<li><a href="http://www.gtkmm.org/">gtk--</a> &gt;= 2.5.5</li>
<li><a href="http://www.ibm.com/software/globalization/icu/">icu</a>
&gt;= 3.0</li>
<li><a href="http://libxmlplusplus.sourceforge.net/">libxml++</a>
&gt;= 2.8.1<br>
</li>
</ul>
<h1>Installing and configuring required external services</h1>