ios - linphone compile issue (just downloaded from git) -


i followed instruction here http://www.linphone.org/eng/download/git.html.

i open terminal , entered git clone git://git.linphone.org/linphone-iphone.git --recursive (i included --recursive)

but after can't compile, because files missing:

enter image description here

enter image description here

you can try , repeat command done "--recursive" part of git clone (that calls git submodule):

cd /path/to/linphone # main parent repo git submodule update --init --recursive 

and see if there error message, or if missing files show up.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -