Clone linphone sources with git
| Project | git |
linphone, including:
|
git clone git://git.linphone.org/linphone.git
--recursive
|
| msilbc (iLBC plugin) |
|
| msx264 (H264 plugin) | git clone
git://git.linphone.org/msx264.git
|
| msamr (AMR plugin) | git clone git://git.linphone.org/msamr.git |
| mssilk (SILK plugin) | git clone git://git.linphone.org/mssilk.git |
| msbcg729 (G729 plugin) | git clone git://git.linphone.org/bcg729.git |
|
linphone-iphone
|
git clone
git://git.linphone.org/linphone-iphone.git --recursive |
|
linphone-android
|
git clone git://git.linphone.org/linphone-android.git
--recursive
|
|
linphone-blackberry
|
git clone git://git.linphone.org/linphone-blackberry.git --recursive |
For those who are behind a proxy :
You can change the access method from git:// to http:// as follows:
Normal git access:
git clone
git://git.linphone.org/msilbc.git
Behind a proxy, use http access:
git clone http://git.linphone.org/git/msilbc.git