linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] git clone errors while getting linphone source


From: powerqian
Subject: Re: [Linphone-developers] git clone errors while getting linphone source
Date: Sun, 23 Mar 2014 19:51:54 -0700 (PDT)

Same issue here. I changed the git link of opus to
https://git.xiph.org/opus.git.

You need to 

1. Edit the .gitmodules file.
2. Find [submodule "submodules/externals/opus"]
3. Change that section to
[submodule "submodules/externals/opus"]
        path = submodules/externals/opus
        url = https://git.xiph.org/opus.git
4. run command: git submodule deinit -f .
5. run command: git submodule update --init --recursive

When cloning the opus submodule, there will be no progress. Please be
patient and wait. It worked for me.



--
View this message in context: 
http://nongnu.13855.n7.nabble.com/git-clone-errors-while-getting-linphone-source-tp180737p180789.html
Sent from the linphone-developers mailing list archive at Nabble.com.



reply via email to

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