-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathINSTALL
40 lines (23 loc) · 781 Bytes
/
INSTALL
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
Installation of MAST
====================
Nicholas J. Humfrey <[email protected]>
MAST uses autoconf/automake, so should work on most POSIX systems.
Quick Start
-----------
./configure
make
Then as root:
make install
Requirements
------------
MAST requires a very recent version of oRTP currently only available in CVS.
There is a tarball of this on the MAST website for convenience.
Most of the requirments are optional,
configure will add features depending on the
libraries available on your system.
mast_cast requires Jack for audio capture.
mast_record and mast_filecast require libsndfile.
The MPEG Audio codec requires TwoLAME.
- libsndfile <http://www.mega-nerd.com/libsndfile/[]>
- JACK <http://www.jackaudio.org/[]>
- TwoLAME <http://www.twolame.org/[]>