From 2beb76edfb910062faa47e0c30bb9ab9f9c1c4ec Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 17 Sep 2009 17:03:48 +0300 Subject: document building C++ part on Debian Lenny --- BUILD_C++.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/BUILD_C++.txt b/BUILD_C++.txt index 406e2b6..d942b24 100644 --- a/BUILD_C++.txt +++ b/BUILD_C++.txt @@ -11,9 +11,10 @@ or download sources tarballs from the listed websites. * log4cxx 0.9.7 - It is important to use this precise version for now http://logging.apache.org/log4cxx/ + (Not to be confused with log4cpp) * ACE 5.4.2 http://www.cs.wustl.edu/~schmidt/ACE.html -* libpcap 0.7.2 (only needed if you want to do VoIP recording) +* libpcap (only needed if you want to do VoIP recording) http://www.tcpdump.org/ * boost 1.31.0 http://www.boost.org @@ -36,6 +37,15 @@ Redhat/Centos specific Debian/Ubuntu specific +On Debian Lenny: +aptitude install \ + automake libtool libace-dev libboost-dev liblog4cxx9-dev \ + libpcap-dev libxerces-c2-dev libsndfile1-dev + +FIXME: portaudio v18 no longer available. Make it build with v19. + +Older versions: + * apt-get install libace-dev * apt-get install libboost-dev * apt-get install liblog4cpp-dev -- cgit v1.2.3