summaryrefslogtreecommitdiff
path: root/BUILD_C++.txt
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD_C++.txt')
-rw-r--r--BUILD_C++.txt22
1 files changed, 14 insertions, 8 deletions
diff --git a/BUILD_C++.txt b/BUILD_C++.txt
index 9bac145..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
@@ -46,9 +56,7 @@ Debian/Ubuntu specific
Build orkbasecxx on the command line:
* Go to the root directory of the orkbasecxx
-* libtoolize --force
-* automake -a
-* make -f Makefile.cvs
+* autoreconf -i
* ./configure
* make
* make install
@@ -56,9 +64,7 @@ Build orkbasecxx on the command line:
Build orkaudio on the command line:
* Go to the root directory of the orkaudio
-* libtoolize --force
-* automake -a
-* make -f Makefile.cvs
+* autoreconf -i
* ./configure
* make
* make install
@@ -81,4 +87,4 @@ Build on Windows/MSVC6 (SP6)
* Select orkbase as active project, build
* Select orkaudio as active project, build
* Select rtpmixer as active project, build
-* Select desired capture plugin, build \ No newline at end of file
+* Select desired capture plugin, build