added bison >= 1.35 and flex to the list of required tools

This commit is contained in:
fgerlits 2005-08-08 13:39:13 +00:00
parent 9568514e76
commit ff1cd97706
2 changed files with 11 additions and 4 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: maroy $" name="author">
<meta content="$Author: fgerlits $" 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: maroy $</li>
<li>Version: $Revision: 1.11 $</li>
<li>Author: $Author: fgerlits $</li>
<li>Version: $Revision: 1.12 $</li>
<li>Location: $Source:
/home/cvs/livesupport/doc/developmentTools.html,v $</li>
</ul>
@ -52,6 +52,10 @@ environment variable WANT_AUTOCONF_2_5="1" before compiling the tools.)</li>
<li><a href="http://www.gzip.org/">gzip</a></li>
<li><a href="http://sources.redhat.com/bzip2/">bzip2</a></li>
<li><a href="http://curl.haxx.se/">curl</a><br>
<!-- to compile gstreamer; begin -->
<li><a href="http://www.gnu.org/software/bison/bison.html">bison</a> &gt;= 1.35<br>
<li><a href="http://www.gnu.org/software/flex/flex.html">flex</a>
<!-- to compile gstreamer; end -->
</li>
</ul>
<h1>Libraries</h1>

View file

@ -30,7 +30,10 @@ Build-Depends: debhelper (>= 4.0.0),
libmad0-dev,
libogg-dev,
libvorbis-dev,
libboost-dev (>= 1.31), libboost-date-time-dev (>= 1.31),
libboost-dev (>= 1.31),
libboost-date-time-dev (>= 1.31),
bison (>= 1.35),
flex
Standards-Version: 3.6.1
Package: livesupport-libs