Renamed LiveSupport to Campcaster, for ticket #1883
This commit is contained in:
parent
5124344b3c
commit
174f9798da
30 changed files with 399 additions and 400 deletions
|
@ -2,12 +2,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>LiveSupport developer tools</title>
|
||||
<title>Campcaster developer tools</title>
|
||||
<meta content="$Author$" name="author">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Preface</h1>
|
||||
This document is part of the <a href="http://livesupport.campware.org/">LiveSupport</a>
|
||||
This document is part of the <a href="http://campcaster.campware.org/">Campcaster</a>
|
||||
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>
|
||||
|
@ -18,9 +18,9 @@ Development Loan Fund</a>, under the GNU <a
|
|||
</ul>
|
||||
<h1>Scope</h1>
|
||||
This document lists the development tools that are expected to be on a
|
||||
system that intends to compile and develop LiveSupport.<br>
|
||||
system that intends to compile and develop Campcaster.<br>
|
||||
<h1>Introduction</h1>
|
||||
LiveSupport expects a generic development environment on the system to
|
||||
Campcaster expects a generic development environment on the system to
|
||||
be built, which is basically a generic install of a POSIX-compliant
|
||||
operating system, with a set of GNU development tools and some
|
||||
utilities.<br>
|
||||
|
@ -60,7 +60,7 @@ environment variable WANT_AUTOCONF_2_5="1" before compiling the tools.)</li>
|
|||
<h1>Libraries</h1>
|
||||
Note that if you are installing these libraries as binary packages, then you
|
||||
will need to install the "development" package, as well. (For example, for
|
||||
libpng, you might need to install the <code>libpng</code> and
|
||||
libpng, you might need to install the <code>libpng</code> and
|
||||
<code>libpng-dev</code> packages. The package names vary by distribution.)
|
||||
<br>
|
||||
<h2>Required libraries<br>
|
||||
|
@ -91,10 +91,10 @@ system:<br>
|
|||
</ul>
|
||||
|
||||
<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.
|
||||
The following libraries are used by Campcaster. If they are not found
|
||||
on the system, Campcaster 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
|
||||
without them, and the generated Campcaster directory will be larger as
|
||||
well.<br>
|
||||
<ul>
|
||||
<li><a href="http://www.boost.org/">boost</a> >= 1.33.1</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue