-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
48 lines (34 loc) · 1.39 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
================
openSpeak Readme
================
About:
======
*openSpeak* is a VoIP tool similar to Mumble or TeamSpeak consisting of a
simple Client-/Serverarchitecture. It uses Speex as the codec to encode speech.
This is a rewrite of the original *openSpeak* codebase done to clean up the codebase,
Status:
=======
This codebase is nowhere near the state of the older one. There is no real usability
and the client and server executables are basically just tests of the underlying
libraries.
Dependencies:
=============
To build *openSpeak* you currently only need **Boost >= 1.39** apart from a C++
compiler and autoconf/automake/... or cmake.
Installation:
=============
Autoconf/Automake:
------------------
Use ``./autogen.sh`` to create and run the configure script. Any options you would
normally supply to the configure script can be supplied to the autogen.sh script.
A simple ``make`` compiles *openSpeak* after that and ``make install`` puts
everything into your prefix.
CMake:
------
See cmake --help for available generators. If you just want to generate standard makefiles use ``cmake .``, otherwise use ``cmake -G <generator> .``.
Load the created files with your IDE or use ``make`` to compile *openSpeak*.
Using Makefiles, ``make install`` installs everything.
Copyright:
==========
*openSpeak* is released under the terms of the GPL and is Copyright (c) 2006-2009
The openSpeak Team.