[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Linphone-users] Compile current linphone for Ubuntu 10.0.4
From: |
Gelonida N |
Subject: |
Re: [Linphone-users] Compile current linphone for Ubuntu 10.0.4 |
Date: |
Fri, 23 Mar 2012 23:06:38 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.27) Gecko/20120216 Lightning/1.0b2 "" |
Thanks Livio and Neil,
You gave me some new ideas to try out.
I'll post me progress or failures.
On 03/21/2012 04:50 AM, Neill Miller wrote:
> On Tue, 20 Mar 2012 13:26:01 +0100
> "Liviu Andronic" <address@hidden> wrote:
>
> Hello,
>
> I recently built linphone on Ubuntu 12.04 and 11.04 and I think it might be
> similar to 10.04, but have not tried it. Note that I do NOT have the
> linphone, libosip2-dev and libeXosip2-dev packages installed from Ubuntu
> already (as this will conflict with them).
>
> Here's what I did:
>
> --------------------------------------------
> # Install other build requirements
> sudo apt-get install libspeex-dev libspeexdsp-dev libmediastreamer-dev
> libavcodec-dev libswscale-dev xorg-dev xserver-xorg-dev libv4l-dev
>
> mkdir builds
> cd builds
>
> # Install libosip2 3.5.0
> wget http://ftp.gnu.org/gnu/osip/libosip2-3.5.0.tar.gz
> tar -xvzf libosip2-3.5.0.tar.gz
> cd libosip2-3.5.0
> sh autogen.sh
> ./configure
> make
> sudo make install
> cd ../
>
> # Install libeXosip2 3.5.0
> wget http://download.savannah.gnu.org/releases/exosip/libeXosip2-3.5.0.tar.gz
> tar -xvzf libeXosip2-3.5.0.tar.gz
> cd libeXosip2-3.5.0
> sh autogen.sh
> ./configure
> make
> sudo make install
> cd ../
>
> # GET LINPHONE (in my case, I got the sources from GIT)
> # ...
>
> # Build linphone
> cd linphone
> sh autogen.sh
> ./configure --prefix=/LINPHONE-INSTALL-DIR
> make
> make install
> [ OR "sudo make install", if needed ]
> --------------------------------------------
>
> Hope that helps,
> -Neill.
>
>> On Tue, 20 Mar 2012 11:21:20 +0100, Gelonida N <address@hidden> wrote:
>>> I'd like to compile linphone for Ubuntu 10.0.4
>>>
>> I hit the same bump when trying to package latest linphone on the Linphone
>> PPA. [1]
>>
>>
>>> I'm having a lot of problems with too old libraries on Ubuntu and wonder
>>> what would be the best way to proceed.
>>>
>> As far as I understand 3.5.2 is incompatible with Ubuntu 10.04 since it
>> requires gtk >= 2.22, while Lucid ships 2.20. I already sent an inquiry on
>> this issue to the list, but there wasn't yet an answer. I hope that this
>> will be fixed for 3.5.3.
>>
>> The only suggestion that I can give you is to install 3.5.0 from [1]. It
>> works fine on my system.
>>
>> Liviu
>>
>> [1] https://launchpad.net/~linphone/+archive/release
>>
>> _______________________________________________
>> Linphone-users mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/linphone-users
>
>