81
edits
m (→FGCOM) |
(→FGCOM) |
||
| Line 16: | Line 16: | ||
1.) fetch fgcom (a copy of a working iaxclient is inside) | 1.) fetch fgcom (a copy of a working iaxclient is inside) | ||
svn checkout svn://svn.dfn.de:/fgcom | |||
'''svn checkout svn://svn.dfn.de:/fgcom''' | |||
Optional: edit iaxclient/lib/Makefile | Optional: edit iaxclient/lib/Makefile | ||
| Line 44: | Line 45: | ||
2.) Compile iaxclient and fgcom. To do so, do the following: | 2.) Compile iaxclient and fgcom. To do so, do the following: | ||
cd fgcom/src && make | '''cd fgcom/src && make''' | ||
3.) Install | 3.) Install | ||
make install | '''make install''' | ||
edits