summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2009-09-17 17:03:48 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2009-10-04 10:48:39 +0200
commit2beb76edfb910062faa47e0c30bb9ab9f9c1c4ec (patch)
tree4e645170246ba00c05b19d42851c7acec7b0ec08
parent77098434d049603f5cb4777c5a5824496387f6b9 (diff)
document building C++ part on Debian Lenny
-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