summaryrefslogtreecommitdiff
path: root/distribution/orkaudio-win32-binary/README.txt
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-10-25 14:21:57 +0000
committerHenri Herscher <henri@oreka.org>2005-10-25 14:21:57 +0000
commit42885d0a1ad67bdf97ed56c5de84b2f638e88732 (patch)
tree8dd5d74942f24471160879242d6911ca49cb8de7 /distribution/orkaudio-win32-binary/README.txt
parent52d7ab35e56e7382b5fef52fb92a93d974da69e7 (diff)
First checkin
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@13 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'distribution/orkaudio-win32-binary/README.txt')
-rw-r--r--distribution/orkaudio-win32-binary/README.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/distribution/orkaudio-win32-binary/README.txt b/distribution/orkaudio-win32-binary/README.txt
new file mode 100644
index 0000000..5c6db88
--- /dev/null
+++ b/distribution/orkaudio-win32-binary/README.txt
@@ -0,0 +1,32 @@
+
+Welcome to Oreka, an open media capture and retrieval platform
+
+Copyright (C) 2005, orecx LLC http://www.orecx.com
+
+This program is free software, distributed under the terms of
+the GNU General Public License.
+
+This package is a binary distribution of the oreka audio recording service. Source code can be found at http://sourceforge.net/projects/oreka/
+
+--------------
+How to install
+
+* Download and install winpcap 3.1 (choose the windows installer version). This is a network packet capture library.
+ http://www.winpcap.org
+
+* Unzip this package in a folder of your choice.
+
+* Open a cmd box, navigate to the install directory
+
+* To run on the command line, open a cmd box, navigate to the install directory and issue the following command:
+
+ c:\oreka\orkaudio> OrkAudio.exe debug
+
+* To run as a service, issue the following command:
+
+ c:\oreka\orkaudio> OrkAudio.exe install
+
+* To uninstall service, issue the following command:
+
+ c:\oreka\orkaudio> OrkAudio.exe uninstall
+