updated documentation for 1.0 release
This commit is contained in:
parent
707805a511
commit
4c9bfe5124
2 changed files with 40 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||||
<title>LiveSupport developer tools</title>
|
<title>LiveSupport developer tools</title>
|
||||||
<meta content="$Author: fgerlits $" name="author">
|
<meta content="$Author: maroy $" name="author">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Preface</h1>
|
<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
|
Development Loan Fund</a>, under the GNU <a
|
||||||
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Author: $Author: fgerlits $</li>
|
<li>Author: $Author: maroy $</li>
|
||||||
<li>Version: $Revision: 1.10 $</li>
|
<li>Version: $Revision: 1.11 $</li>
|
||||||
<li>Location: $Source:
|
<li>Location: $Source:
|
||||||
/home/cvs/livesupport/doc/developmentTools.html,v $</li>
|
/home/cvs/livesupport/doc/developmentTools.html,v $</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -55,6 +55,8 @@ environment variable WANT_AUTOCONF_2_5="1" before compiling the tools.)</li>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Libraries</h1>
|
<h1>Libraries</h1>
|
||||||
|
<h2>Required libraries<br>
|
||||||
|
</h2>
|
||||||
The following development libraries are expected on the development
|
The following development libraries are expected on the development
|
||||||
system:<br>
|
system:<br>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -79,6 +81,20 @@ system:<br>
|
||||||
<br>
|
<br>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</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> >= 1.31</li>
|
||||||
|
<li><a href="http://www.gtk.org/">gtk+</a> >= 2.6.1</li>
|
||||||
|
<li><a href="http://www.gtkmm.org/">gtk--</a> >= 2.5.5</li>
|
||||||
|
<li><a href="http://www.ibm.com/software/globalization/icu/">icu</a>
|
||||||
|
>= 3.0</li>
|
||||||
|
<li><a href="http://libxmlplusplus.sourceforge.net/">libxml++</a>
|
||||||
|
>= 2.8.1</li>
|
||||||
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -13,7 +13,7 @@ Development Loan Fund</a>, under the GNU <a
|
||||||
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Author: $Author: maroy $</li>
|
<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>
|
<li>Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/install.html,v $</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Scope</h1>
|
<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>
|
LiveSupport are (make sure to run at least the <code>./bin/install.sh</code>
|
||||||
script as root):<br>
|
script as root):<br>
|
||||||
<br>
|
<br>
|
||||||
<pre><code>wget </code><code></code><code>http://livesupport.campware.org/look/campware</code><code>/download/livesupport-<version>.tar.bz2<br></code><code>wget </code><code></code><code>http://livesupport.campware.org/look/campware</code><code>/download/livesupport-libraries-<version>.tar.bz2<br>tar xfj livesupport-<version>.tar.bz2<br></code><code>tar xfj livesupport-libraries-<version>.tar.bz2<br>cd livesupport-<version><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-<version>.tar.bz2</code><code><br></code><code>wget </code><code>http://switch.dl.sourceforge.net/sourceforge/livesupport/livesupport-libraries-<version>.tar.bz2</code><code><br>tar xfj livesupport-<version>.tar.bz2<br></code><code>tar xfj livesupport-libraries-<version>.tar.bz2<br>cd livesupport-<version><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>
|
<br>
|
||||||
Then try the URL <code>http://localhost/livesupport/ </code>,
|
Then try the URL <code>http://localhost/livesupport/ </code>,
|
||||||
and log in using username: <code>root</code>, password: <code>q</code>.<br>
|
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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Libraries</h2>
|
<h2>Libraries</h2>
|
||||||
|
<h3>Required libraries<br>
|
||||||
|
</h3>
|
||||||
The following development libraries are expected on the system. Please
|
The following development libraries are expected on the system. Please
|
||||||
note that for all the libraries below, the development packages are
|
note that for all the libraries below, the development packages are
|
||||||
expected to be installed as well.<br>
|
expected to be installed as well.<br>
|
||||||
|
@ -97,7 +99,22 @@ expected to be installed as well.<br>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="http://mad.sourceforge.net/">libmad</a></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/">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> >= 1.31</li>
|
||||||
|
<li><a href="http://www.gtk.org/">gtk+</a> >= 2.6.1</li>
|
||||||
|
<li><a href="http://www.gtkmm.org/">gtk--</a> >= 2.5.5</li>
|
||||||
|
<li><a href="http://www.ibm.com/software/globalization/icu/">icu</a>
|
||||||
|
>= 3.0</li>
|
||||||
|
<li><a href="http://libxmlplusplus.sourceforge.net/">libxml++</a>
|
||||||
|
>= 2.8.1<br>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Installing and configuring required external services</h1>
|
<h1>Installing and configuring required external services</h1>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue