summaryrefslogtreecommitdiff
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
parentdf8e25745bcdb25d09d6dbf2f3d57ce1ed68fa62 (diff)
version 0.3 "readme" changes
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@68 09dcff7a-b715-0410-9601-b79a96267cd0
-rw-r--r--BUILD_C++.txt5
-rw-r--r--README.txt4
-rw-r--r--VERSION.txt2
-rw-r--r--distribution/orkaudio-win32-binary/VERSION.txt2
4 files changed, 7 insertions, 6 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
diff --git a/README.txt b/README.txt
index 0559bae..4af7d1f 100644
--- a/README.txt
+++ b/README.txt
@@ -11,13 +11,13 @@ The platform currently comprises three services:
* orkaudio: the audio capture and storage daemon with pluggable capture modules
currently comes with modules for VoIP and sound device recording.
-* orktrack: logs all activity from one or more orkaudio services to any mainstream database.
+* orktrack: logs all activity from one or more orkaudio services to any mainstream database.
* orkweb: Web based user interface for retrieval.
To get started:
-* This is the source distribution package. I you want to get going fast, get binary packages from the project webpage.
+* This is the source distribution package. I you want to get going fast, get Windows or debian Linux binary packages from the project webpage.
* Refer to BUILD_C++.txt for building orkaudio and associated capture modules
* Refer to BUILD_JAVA.txt for building orktrack and orkweb
diff --git a/VERSION.txt b/VERSION.txt
index f40209e..628420a 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-Oreka system version 0.2 \ No newline at end of file
+Oreka system version 0.3 \ No newline at end of file
diff --git a/distribution/orkaudio-win32-binary/VERSION.txt b/distribution/orkaudio-win32-binary/VERSION.txt
index 0e452bb..76692dc 100644
--- a/distribution/orkaudio-win32-binary/VERSION.txt
+++ b/distribution/orkaudio-win32-binary/VERSION.txt
@@ -1 +1 @@
-Oreka OrkAudio version 0.2 \ No newline at end of file
+Oreka OrkAudio version 0.3 \ No newline at end of file