added bison >= 1.35 and flex to the list of required tools
This commit is contained in:
parent
9568514e76
commit
ff1cd97706
2 changed files with 11 additions and 4 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: maroy $" name="author">
|
<meta content="$Author: fgerlits $" 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: maroy $</li>
|
<li>Author: $Author: fgerlits $</li>
|
||||||
<li>Version: $Revision: 1.11 $</li>
|
<li>Version: $Revision: 1.12 $</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>
|
||||||
|
@ -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://www.gzip.org/">gzip</a></li>
|
||||||
<li><a href="http://sources.redhat.com/bzip2/">bzip2</a></li>
|
<li><a href="http://sources.redhat.com/bzip2/">bzip2</a></li>
|
||||||
<li><a href="http://curl.haxx.se/">curl</a><br>
|
<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> >= 1.35<br>
|
||||||
|
<li><a href="http://www.gnu.org/software/flex/flex.html">flex</a>
|
||||||
|
<!-- to compile gstreamer; end -->
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Libraries</h1>
|
<h1>Libraries</h1>
|
||||||
|
|
|
@ -30,7 +30,10 @@ Build-Depends: debhelper (>= 4.0.0),
|
||||||
libmad0-dev,
|
libmad0-dev,
|
||||||
libogg-dev,
|
libogg-dev,
|
||||||
libvorbis-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
|
Standards-Version: 3.6.1
|
||||||
|
|
||||||
Package: livesupport-libs
|
Package: livesupport-libs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue