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:


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
Post a Comment