61 lines
2.3 KiB
HTML
61 lines
2.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>LiveSupport developer tools</title>
|
|
<meta content="$Author: maroy $" name="author">
|
|
</head>
|
|
<body>
|
|
<h1>Preface</h1>
|
|
This document is part of the <a href="http://livesupport.campware.org/">LiveSupport</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>
|
|
<ul>
|
|
<li>Author: $Author: maroy $</li>
|
|
<li>Version: $Revision: 1.1 $</li>
|
|
<li>Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/developmentTools.html,v $</li>
|
|
</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>
|
|
<h1>Introduction</h1>
|
|
LiveSupport 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>
|
|
<h1>Tools</h1>
|
|
The following tools are expected on the development system:<br>
|
|
<ul>
|
|
<li><a href="http://sources.redhat.com/binutils/">binutils</a> >=
|
|
2.13</li>
|
|
<li><a href="http://gcc.gnu.org/">gcc</a> >= 3.3</li>
|
|
<li><a href="http://www.gnu.org/software/make/make.html">make</a>
|
|
>= 3.80</li>
|
|
<li><a href="http://www.gnu.org/software/automake/">automake</a> <
|
|
1.9</li>
|
|
<li><a href="http://www.gnu.org/software/autoconf/">autoconf</a>
|
|
>= 2.5</li>
|
|
<li><a href="http://www.freedesktop.org/software/pkgconfig/">pkgconfig</a>
|
|
>= 0.15</li>
|
|
<li><a href="http://www.fsf.org/software/patch/patch.html">patch</a>
|
|
>= 2.5.9<br>
|
|
</li>
|
|
<li><a href="http://www.doxygen.org/">doxygen</a></li>
|
|
<li><a href="http://www.gnu.org/software/tar/">tar</a></li>
|
|
<li><a href="http://www.gzip.org/">gzip</a></li>
|
|
<li><a href="http://sources.redhat.com/bzip2/">bzip2</a><br>
|
|
</li>
|
|
</ul>
|
|
<h1>Libraries</h1>
|
|
The following development libraries are expected on the development
|
|
system:<br>
|
|
<ul>
|
|
<li><a href="http://www.unixodbc.org/">unixODBC</a> >= 2.2</li>
|
|
<li><a href="http://xorg.freedesktop.org/">xorg-x11</a></li>
|
|
<li><a href="http://www.libpng.org/">libpng</a></li>
|
|
</ul>
|
|
<br>
|
|
</body>
|
|
</html>
|