user1079052
user1079052

Reputation: 3843

Use Linphone in Armv7s, Armv7 and arm64

I have created a project that uses linphone successfully in armv7 and arm64. When I try to add armv7s files included at the link below, it doesn't let me support arm64. How can I easily add it?

https://github.com/onmyway133/linphone-iphone/tree/master/liblinphone-sdk/armv7s-apple-darwin

Upvotes: 0

Views: 484

Answers (1)

bagage
bagage

Reputation: 1114

You need to build liblinphone SDK for armv7s as well by running:

./prepare.py arm64 armv7s armv7 [your other options]
make

But I'm afraid armv7s is not supported by Linphone yet, so you won't be able to do so. You should try reach them on their mailing list.

Upvotes: 1

Related Questions