From c19d734843265f6fa3e8ae11cd23dd01ac5c68ee Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Fri, 4 Jul 2008 16:43:47 -0400 Subject: [PATCH] Added libtool to dependencies documentation --- ChangeLog | 1 + doc/www/dependencies.php | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 28913259..6c1efd0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ Release: version 0.13 - 2008/07/?? - now that btool patch is applied, don't need it in contrib - removed openssl from dependencies documentation, as barry now has its own sha1 code + - added libtool to dependencies documentation 2008/06/26 - updated udev rules to recognize devices with the 8004 Product ID - fixed bug in test/buildtest.sh when opensync is not pre-built diff --git a/doc/www/dependencies.php b/doc/www/dependencies.php index a1250d9b..1b30d9ab 100644 --- a/doc/www/dependencies.php +++ b/doc/www/dependencies.php @@ -42,6 +42,7 @@ some are only needed for building CVS.
  • boost version 1.33 or higher (optional, needed for the serialization library, which you need if you want to save downloads for later uploads to the device, using btool) http://www.boost.org
  • automake version 1.9 (CVS builds only)
  • autoconf version 2.61 (CVS builds only)
  • +
  • libtool version 1.5.22 (CVS builds only)
  • doxygen suggested version 1.4.5, only for building API documentation
  • gtkmm, glademm, glibmm C++ versions of the GTK libraries (needed for the barrybackup GUI)
  • libtar (barrybackup GUI)
  • -- 2.11.4.GIT