FGCom (before 3.0): Difference between revisions

Jump to navigation Jump to search
3 steps
(start building)
 
(3 steps)
Line 1: Line 1:
== FGCOM ==
The Quick 3 Steps to get FGCOM running on a Linux system
1.) fetch fgcom (a copy of a working iaxclient is inside)
svn checkout svn://svn.dfn.de:/fgcom
Optional: edit iaxclient/lib/Makefile
To use oss emulation (recommended and the default for now)
USE_PA_OSS=1
USE_PA_ALSA=0
USE_PA_JACK=0
AUDIO_ALSA=0


== FGCOM ==
To use native alsa (WARNING: PTT won't work)
 
USE_PA_OSS=0
USE_PA_ALSA=0
USE_PA_JACK=0
AUDIO_ALSA=1
 
To use portaudio alsa (WARNING: only if your card natively supports
8000Hz sample rate)
 
USE_PA_OSS=0
USE_PA_ALSA=1
USE_PA_JACK=0
AUDIO_ALSA=0
 
2.) Compile iaxclient and fgcom. To do so, do the following:
 
cd fgcom/src && make
 
3.) Install
 
make install
81

edits

Navigation menu