ios - How to compile Linphone for iPhone ? Couldn't find libmediastreamer_base.a libmediastreamer_voip.a -


i trying compile linphone source code. i've downloaded code here. when started xcode libraries missing. have installed ports specified in readme file.

i did google , got libraries still not find libmediastreamer_base.a , libmediastreamer_voip.a files.

any ?

have build libraries? go linphone source folder , enter commands:

$ cd submodules/build $ make  

or if don't want make project gpl compliant enter commands instead:

$ cd submodules/build $ make enable_gpl_third_parties=no 

this written in readme file. downloaded linphone source same link , followed readme file. worked. hope helps.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -