forked from mirrors/linphone-iphone
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@1 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
13 lines
290 B
Text
13 lines
290 B
Text
|
|
|
|
* compile and install the ilbc source:
|
|
tar -xvzf ilbc-rfc3951.tar.gz
|
|
cd ilbc-rfc2951
|
|
./configure --prefix=/usr && make
|
|
make install (as root)
|
|
cd ..
|
|
|
|
* compile and install the plugin:
|
|
./configure --prefix=<prefix of linphone/mediastreamer installation>
|
|
make
|
|
make install
|