summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD_C++.txt12
1 files changed, 11 insertions, 1 deletions
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