/usr/share/doc/lire/dev-manual/ch14.html is in lire-devel-doc 2:2.1.1-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 14. Developers' Toolbox</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Lire Developer's Manual"><link rel="up" href="pt04.html" title="Part IV. Lire Developers' Conventions"><link rel="prev" href="ch13.html" title="Chapter 13. Contributing Code to Lire"><link rel="next" href="ch14s02.html" title="Accessing Lire's CVS"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 14. Developers' Toolbox</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch13.html">Prev</a> </td><th width="60%" align="center">Part IV. <span class="application">Lire</span> Developers' Conventions</th><td width="20%" align="right"> <a accesskey="n" href="ch14s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 14. Developers' Toolbox"><div class="titlepage"><div><div><h2 class="title"><a name="chap:dev-toolbox"></a>Chapter 14. Developers' Toolbox</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch14.html#sect:required-build-tools">Required Tools To Build From CVS</a></span></dt><dt><span class="section"><a href="ch14s02.html">Accessing <span class="application">Lire</span>'s CVS</a></span></dt><dd><dl><dt><span class="section"><a href="ch14s02.html#id417339">CVS primer</a></span></dt></dl></dd><dt><span class="section"><a href="ch14s03.html">SourceForge</a></span></dt><dt><span class="section"><a href="ch14s04.html">Mailing Lists</a></span></dt></dl></div><div class="section" title="Required Tools To Build From CVS"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sect:required-build-tools"></a>Required Tools To Build From CVS</h2></div></div></div><p>In order to be able to build the program from the CVS tree
and make a tarball distribution the following tools are
needed:
</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p><a class="ulink" href="http://www.oasis-open.org/docbook/" target="_top">DocBook XML 4.1.2</a></p></li><li class="listitem"><p><a class="ulink" href="http://docbook.sourceforge.net/projects/dsssl/" target="_top">DocBook DSSSL stylesheets</a></p></li><li class="listitem"><p>autotools</p></li><li class="listitem"><p><a class="ulink" href="http://www.jclark.com/jade/" target="_top"><span class="productname">Jade</span>™</a> or
<span class="productname">OpenJade</span>™</p></li><li class="listitem"><p><a class="ulink" href="http://lynx.isc.org/" target="_top">lynx</a></p></li><li class="listitem"><p>GNU make</p></li><li class="listitem"><p>Perl's XML::Parser module</p></li><li class="listitem"><p>dia</p></li><li class="listitem"><p>epsffit</p></li><li class="listitem"><p>epstopdf</p></li><li class="listitem"><p>xsltproc</p></li><li class="listitem"><p>xmllint</p></li></ul></div><p>
</p><p>For Debian woody the packages are:
<a class="ulink" href="http://packages.debian.org/testing/text/docbook-utils.html" target="_top">docbook-utils</a>,
docbook-xml-stylesheets,
<a class="ulink" href="http://packages.debian.org/testing/devel/autoconf.html" target="_top">autoconf</a>,
<a class="ulink" href="http://packages.debian.org/testing/devel/automake.html" target="_top">automake1.4</a>,
<a class="ulink" href="http://packages.debian.org/testing/devel/autotools-dev.html" target="_top">autotools-dev</a>,
<a class="ulink" href="http://packages.debian.org/testing/text/jade.html" target="_top">jade</a>,
<a class="ulink" href="http://packages.debian.org/testing/web/lynx.html" target="_top">lynx</a>,
<a class="ulink" href="http://packages.debian.org/testing/devel/make.html" target="_top">make</a> and
libxml-parser-perl.
</p><p>
You need automake version 1.4. Building using automake 1.7 will very
likely not work.
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch13.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pt04.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch14s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 13. Contributing Code to <span class="application">Lire</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Accessing <span class="application">Lire</span>'s CVS</td></tr></table></div></body></html>
|