Mercurial > hg > audiostuff
comparison intercom/INSTALL @ 2:13be24d74cd2
import intercom-0.4.1
author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
---|---|
date | Fri, 25 Jun 2010 09:57:52 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:9cadc470e3da | 2:13be24d74cd2 |
---|---|
1 INSTALL version 22jun2005 | |
2 | |
3 You need a C and C++ compiler for compiling. | |
4 You need bash and Tcl/Tk for running intercom. | |
5 | |
6 You need the tcludp library for intercom. To make things easy, | |
7 the intercom package contains a compiled version of tcludp. | |
8 This library was compiled on SuSE 9.1 for Tcl/Tk version 8.4. | |
9 Attention: The compiled lib is working with SuSE 9.1 and 9.2, but | |
10 not with SuSE 9.3. | |
11 | |
12 tcludp sources: http://sourceforge.net/projects/tcludp | |
13 tcludp documentation: http://tcludp.sourceforge.net/ | |
14 | |
15 You need the Speex library and the Speex headers. On SuSE Linux the | |
16 RPMs are Speex and Speex-Devel. Best for intercom are Speex version | |
17 1.1.7 or above. | |
18 Note: If you use RPM speex-devel please read the note in file | |
19 intercomd.cpp about include of speex header file. | |
20 | |
21 speex sources: http://www.speex.org | |
22 | |
23 To compile intercom enter the following commands: | |
24 | |
25 make | |
26 | |
27 To install intercom become SUPERUSER and enter: | |
28 | |
29 make install | |
30 | |
31 The executables are copied to /usr/local/bin. | |
32 The libudp is copied to /usr/local/lib. | |
33 The config file goes to ~/.intercom.conf | |
34 | |
35 Edit the file ~/.intercom.conf to get your LABELS and your | |
36 IP-ADDRESSES. | |
37 | |
38 Please read the file README. |