summaryrefslogtreecommitdiff
path: root/BUILD_C++.txt
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-11-23 20:09:18 +0000
committerHenri Herscher <henri@oreka.org>2005-11-23 20:09:18 +0000
commit14d391c50b03599177ee4c55f57689329f435827 (patch)
tree9c30deec3b5abd15f006c978cb9acc9a3f1bac23 /BUILD_C++.txt
parentdf8e25745bcdb25d09d6dbf2f3d57ce1ed68fa62 (diff)
version 0.3 "readme" changes
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@68 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'BUILD_C++.txt')
-rw-r--r--BUILD_C++.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/BUILD_C++.txt b/BUILD_C++.txt
index db332da..68444cf 100644
--- a/BUILD_C++.txt
+++ b/BUILD_C++.txt
@@ -13,7 +13,7 @@ or download sources tarballs from the listed websites.
http://logging.apache.org/log4cxx/
* ACE 5.4.2
http://www.cs.wustl.edu/~schmidt/ACE.html
-* libpcap 0.7.2
+* libpcap 0.7.2 (only needed if you want to do VoIP recording)
http://www.tcpdump.org/
* boost 1.31.0
http://www.boost.org
@@ -21,7 +21,7 @@ or download sources tarballs from the listed websites.
http://xml.apache.org/xerces-c/
* libsndfile 1.0.10
http://www.mega-nerd.com/libsndfile/
-* portaudio v18
+* portaudio v18 (only needed if you want to do sound device recording)
http://www.portaudio.com
Build orkbasecxx on the command line:
@@ -40,6 +40,7 @@ Build orkaudio on the command line:
* make -f Makefile.cvs
* ./configure
* make
+* make install
For debug binary: modify above as follows
* ./configure --enable-debug=full