linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] linphone-daemon on Raspberry Pi


From: Iain Mott
Subject: Re: [Linphone-developers] linphone-daemon on Raspberry Pi
Date: Wed, 22 Jul 2020 10:36:44 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Thanks very much Hilman. Did you build with Qt5? I'm trying to configure now, checking out branch 4.2.0 and using the linphone-sdk directory from the master branch. I only need the console tools with no GUI but when I tried to run the following it insists on qt5.12

cmake .. -DCMAKE_BUILD_PARALLEL_LEVEL=4 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_OPENH264=ON -DENABLE_WEBRTC_AEC=OFF -DENABLE_UNIT_TESTS=OFF -DENABLE_MKV=OFF -DENABLE_FFMPEG=ON -DENABLE_CXX_WRAPPER=OFF -DENABLE_NON_FREE_CODECS=ON -DENABLE_VCARD=OFF -DENABLE_BV16=OFF -DENABLE_V4L=OFF

Have found instructions how to build Qt5.12 for the Pi3 and below but not for the Pi4b.

Thanks again, all the best,

Iain


Em 22/07/2020 01:11, Hilman Fitriana escreveu:
Hello,

I managed to build a linphone from source on raspi with the ubuntu OS by clone linphone-desktop 4.2 code and then clone linphone-sdk separately. after that I replaced the linphone-sdk files on the linphone-desktop with the latest linphone-sdk files.

I hope this helps,

Hilman

Pada tanggal Sel, 21 Jul 2020 pukul 02.58 Iain Mott <mott@escuta.org> menulis:
Dear developers,

I need to use linphone-daemon on a Pi 4b running the latest Raspbery Pi
OS (was Raspbian). The daemon is not included in any of the linphone
packages and I've been trying to build it from source.

Can anyone please direct me to some current tutorials, if they exist, on
Raspberry Pi installation?

I've looked at this old tutorial:

https://wiki.linphone.org/xwiki/wiki/public/view/Linphone/Linphone%20and%20Raspberry%20Pi/

and tried checking out git versions 4.0 and 4.1.1 which have the
prepare.py as used in the tutorial. I also ran:

git submodule sync && git submodule update --init --recursive

however the line:

./prepare.py no-ui -DENABLE_OPENH264=ON -DENABLE_WEBRTC_AEC=OFF
-DENABLE_UNIT_TESTS=OFF -DENABLE_MKV=OFF -DENABLE_FFMPEG=ON
-DENABLE_CXX_WRAPPER=OFF -DENABLE_NON_FREE_CODECS=ON -DENABLE_VCARD=OFF
-DENABLE_BV16=OFF -DENABLE_V4L=OFF

gives:

ERROR:root:Could not find prepare module: 'module' object has no
attribute 'Target', probably missing submodules/cmake-builder? Try running:
git submodule sync && git submodule update --init --recursive

Is there a specific version of linphone-desktop that might work with
this tutorial.

Any help greatly appreciated.

Thanks,

Iain


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

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

reply via email to

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