linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] hi


From: Bernhard Kaiser
Subject: Re: [Linphone-developers] hi
Date: Wed, 30 Dec 2015 19:49:11 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hello,

I had the same issue these days, so here is how it worked for me (but not on Ubuntu):

System: Raspberry Pi B
OD: Raspbian Lite (Jessie)

Created test.cpp in <projectDir>
Git-cloned liblinphone to <projectDir>/linphone
Git-cloned ortp to <projectDir>/linphone/ortp   # I think that's not necessary
Git-cloned belle-sip to <projectDir>/linphone/belle-sip
Installed via aptitude (partly already shipped with Raspbian Lite):
- libtool
- intltool
- speex
- pkg-config
- libantlr3c-dev
- antlr3
- g++
- make

in <projectDir>/linphone/belle-sip:
$ ./autogen
$ ./configure
$ make && sudo make install

in <projectDir>/linphone:
$ ./autogen
#Check options for configure first
$ ./configure --disable-x11 --enable-gtk_ui=no --enable-video=no --enable-console_ui=no --enable-tools=no
$ make V=1 CFLAGS="-Wno-error"
$ sudo make install

Check also the the instructions in the mailinglist's archive:

https://lists.gnu.org/archive/html/linphone-developers/2014-07/txtQHXnrW3YUP.txt




Am 30.12.2015 um 18:53 schrieb pankaj mishra:
Hi,
I am trying to compile linphone on ubuntu 14.4 and getting lots of dependency error , has any one compiled recently ?
could you please share the steps to compile.?

Thanks,
Pankaj


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


--
Best Regards,
Bernhard




reply via email to

[Prev in Thread] Current Thread [Next in Thread]