Requirements - Johnny Talker
Binary version is self sufficient and you don't need anything more.
In order to compile server from source code you need:
- IAXClient - IAX library (tested with CVS snapshot from october).
Note: Unofficial working snapshot can be downloaded from local mirror, latest version from CVS:
export CVSROOT=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/iaxclient"
cvs login [empty password]
cvs checkout iaxclient
- SCons - a software construction tool (tested with 0.96.1).
Note: If you use SCons only for Johnny Talker, scons-local package (unzipped to Johnny Talker directory is enough). - Python - programming language (at least 1.5.2). It's required by SCons.
Note: Python is probably delivered with your Linux distribution.
Johnny Talker currently runs only under Linux, but it's planned to port it to other platforms (like Windows).
Requirements - Johnny Client
Binary version is self sufficient and you don't need anything more to compile it with your program.
In order to compile library from source code you need:
- SCons - a software construction tool (tested with 0.96.1).
Note: If you use SCons only for Johnny Talker, scons-local package (unzipped to Johnny Talker directory is enough). - Python - programming language (at least 1.5.2). It's required by SCons.
Note: Python is probably delivered with your Linux distribution.
Johnny Client currently runs only under Linux, but it's planned to port it to other platforms (like Windows).