Build instructions:
On linux, you only need libosip-0.9.x and glib-2.0
(for video).


You need to configure linphone usually as this:

./configure --prefix=/usr

Then compile with
make

And install the software with:
make install


Mi spieghi in parole povere il seguente rigo:

./configure --prefix=/usr

al posto di --prefix=/user ikke ci metto?

GRAZIE