summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-02-10 22:19:20 +0000
committerHenri Herscher <henri@oreka.org>2006-02-10 22:19:20 +0000
commitb17ede33e32e55c8435affb8d8724853654b5da7 (patch)
treee0bcf3f3a12f2919ac45de6d6acb8992adfe4bb7
parent2540e7fcb8b06cd92a82d2eea0d46db914a52c57 (diff)
Added instructions for installing prerequisite libraries as binaries on Debian and Redhat
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@169 09dcff7a-b715-0410-9601-b79a96267cd0
-rw-r--r--BUILD_C++.txt25
1 files changed, 24 insertions, 1 deletions
diff --git a/BUILD_C++.txt b/BUILD_C++.txt
index 68444cf..9bac145 100644
--- a/BUILD_C++.txt
+++ b/BUILD_C++.txt
@@ -24,10 +24,30 @@ or download sources tarballs from the listed websites.
* portaudio v18 (only needed if you want to do sound device recording)
http://www.portaudio.com
+Redhat/Centos specific
+
+* yum install boost-devel
+* yum install libpcap
+* Download orkaudio-0.4-centos4.2-i386-rpms.tar from sourceforge
+* rpm -i xercesc-2.7.0-1.i386.rpm
+* rpm -i ACE-5.4.8-1.i386.rpm
+* rpm -i log4cxx-0.9.7-1.i386.rpm
+* rpm -i libsndfile-1.0.13-1.i386.rpm
+
+Debian/Ubuntu specific
+
+* apt-get install libace-dev
+* apt-get install libboost-dev
+* apt-get install liblog4cpp-dev
+* apt-get install libpcap0.7-dev
+* apt-get install libxerces26-dev
+* apt-get install libsndfile1-dev
+
Build orkbasecxx on the command line:
* Go to the root directory of the orkbasecxx
* libtoolize --force
+* automake -a
* make -f Makefile.cvs
* ./configure
* make
@@ -37,6 +57,7 @@ Build orkaudio on the command line:
* Go to the root directory of the orkaudio
* libtoolize --force
+* automake -a
* make -f Makefile.cvs
* ./configure
* make
@@ -58,4 +79,6 @@ Build on Windows/MSVC6 (SP6)
(if you change this location, you need to change all references in the dsp files)
* Load orkaudio\OrkAudio.dsw into MSVC
* Select orkbase as active project, build
-* Select orkaudio as active project, build \ No newline at end of file
+* Select orkaudio as active project, build
+* Select rtpmixer as active project, build
+* Select desired capture plugin, build \ No newline at end of file