

* 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
