2017年4月15日 星期六

git

git clone https://github.com/feliciapei/mphone.git -recursive

http://gogojimmy.net/2012/02/29/git-scenario/

2017年4月6日 星期四

Build Linphone

http://askubuntu.com/questions/610291/how-to-install-cmake-3-2-on-ubuntu-14-04

wget https://cmake.org/files/v3.7/cmake-3.7.0-Linux-x86_64.tar.gz
wget https://cmake.org/files/v3.7/cmake-3.7.0-Linux-x86_64.sh

wget https://cmake.org/files/v3.7/cmake-3.7.2.tar.gz
tar -xvf cmake-3.7.2.tar.gz
cd cmake-3.7.2/
./configure
make
sudo make install
exit
cmake --version

git clone git://git.linphone.org/linphone-android.git --recursive

http://ubuntuhandbook.org/index.php/2015/01/install-openjdk-8-ubuntu-14-04-12-04-lts/

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-8-jdk
sudo update-alternatives --config java
select [2] java8

http://askubuntu.com/questions/710426/android-sdk-on-ubuntu-32bit
http://nongnu.13855.n7.nabble.com/Linphone-Compile-error-for-android-td172317.html
http://www.qisanfen.com/?p=493

-- Could NOT find Git: Found unsuitable version "1.7.9.5", but required is at least "1.7.10" (found /usr/bin/git)
http://askubuntu.com/questions/571549/git-1-7-9-5-upgrade-to-current-release-of-git-2-x-on-ubuntu-12-04


sudo apt-get install python-software-properties
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
git --version
 
sudo apt-get install android-tools-adb
 
 
   Could NOT find PolarSSL (missing: POLARSSL_INCLUDE_DIRS
  HAVE_POLARSSL_SSL_H)
http://nongnu.13855.n7.nabble.com/bctoolbox-compiling-errors-td214891.html

sudo apt-get install libpolarssl-dev

 
 

2017年4月3日 星期一

https://gist.github.com/wenzhixin/43cf3ce909c24948c6e7

https://gist.github.com/wenzhixin/43cf3ce909c24948c6e7