From b17ede33e32e55c8435affb8d8724853654b5da7 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Fri, 10 Feb 2006 22:19:20 +0000 Subject: 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 --- BUILD_C++.txt | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'BUILD_C++.txt') 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 -- cgit v1.2.3