linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] CMake on MacOS for Mediastreamer2


From: Peio Rigaux
Subject: Re: [Linphone-developers] CMake on MacOS for Mediastreamer2
Date: Fri, 24 Sep 2021 17:27:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

Hello.

Simple way : build linphone-sdk and use only the ms2 libraries/executable

Old way :

When running this command:
cmake . -DCMAKE_INSTALL_PREFIX=<prefix> -DCMAKE_PREFIX_PATH=<search_path>

I get the following error:
zsh: parse error near `\n’
Did you literally copied/pasted "cmake . -DCMAKE_INSTALL_PREFIX=<prefix> -DCMAKE_PREFIX_PATH=<search_path>" ?

DCMAKE_INSTALL_PREFIX expects a path where to install the build outputs

DCMAKE_PREFIX_PATH expects a path where to search for dependencies (you will need to build bctoolbox first and give its install path there)


Regards,

Peio Rigaux
Junior DevOps Engineer
Belledonne Communications, the company behind Linphone
Linphone.org

Le 03/09/2021 à 16:46, Chris Becom a écrit :
Hello,
I am attempting to build the Mediastream2 package on MacOS. The intent is to begin interacting with MediaStreamer from an iOS project.   According to the README. I understand that we are to build using CMake.

When running this command:
cmake . -DCMAKE_INSTALL_PREFIX=<prefix> -DCMAKE_PREFIX_PATH=<search_path>

I get the following error:
zsh: parse error near `\n’

Is there any suggestions / advice to get past this roadblock? Also, if you have any general advice on my process, please let me know.

-Chris


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

Attachment: OpenPGP_0x99D28356FED78143.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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