diff --git a/livesupport/doc/developmentTools.html b/livesupport/doc/developmentTools.html index d1d584b40..14b00c144 100644 --- a/livesupport/doc/developmentTools.html +++ b/livesupport/doc/developmentTools.html @@ -3,7 +3,7 @@ LiveSupport developer tools - +

Preface

@@ -12,8 +12,8 @@ project, Copyright © 2004 Media Development Loan Fund, under the GNU GPL.
@@ -52,6 +52,10 @@ environment variable WANT_AUTOCONF_2_5="1" before compiling the tools.)
  • gzip
  • bzip2
  • curl
    + +
  • bison >= 1.35
    +
  • flex +
  • Libraries

    diff --git a/livesupport/etc/debian/control b/livesupport/etc/debian/control index 0c8e347e3..2db9bef1c 100644 --- a/livesupport/etc/debian/control +++ b/livesupport/etc/debian/control @@ -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