linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Compile address@hidden Snow Leopard 10.6.8


From: Jim Lu
Subject: [Linphone-developers] Compile address@hidden Snow Leopard 10.6.8
Date: Fri, 5 Aug 2011 22:36:24 +0800

Dears,

I would like to share my experience in building Linphone-iphone on MAC OS here.
Hoping this will be helpful for anyone who wanna do the same thing just like I di.

P.S. My MAC OS was built under VMWare 7 at Windows XP SP3

O/S : MAC OS Snow Leopard 10.6.8
Debugger : XCode 3.2.6(1761)

1.Install MacPorts
 1.1  Go to http://www.macports.org/install.php  to get Macports (2.0.0). and install it.
 1.2  sh-3.2# port selfupdate

2.Install Required Component
 2.1  sh-3.2# port install automake
 2.2  sh-3.2# port install autoconf
 2.3  sh-3.2# port install libtool
 2.4  sh-3.2# port install intltool
 2.5  sh-3.2# port install wget
 2.6  sh-3.2# port install pkgconfig
 2.7  THE MOST IMPORTANT OF ALL – GIT
   2.7.1 Make sure port is done
      2.7.1.1  sh-3.2# which port
      2.7.1.2  /opt/local/bin/port
   2.7.2  Confirm $PATH 
      2.7.2.1  sh-3.2# echo #PATH
      2.7.2.2  # if there has no “opt/local/bin” , then
                  sh-3.2# export PATH=$PATH:/opt/local/bin
   2.7.3  Install GIT
      2.7.3.1  sh-3.2# port install git-core +svn+bash_completion.sh
      2.7.3.2   sh-3.2# echo "[ -f ~/.git-bash-completion.sh ] && . ~/.git-bash-completion.sh" >> ~/.profile . ~/.profile

3. Start Install
   3.1  sh-3.2# port install speex
   3.2  sh-3.2# port install libosip2
   3.3  sh-3.2# port install libeXosip2
   3.4  sh-3.2# port install ffmpeg  (this will take a while...)
   3.5  sh-3.2# port install atk   (this will take a while...)
   3.6  sh-3.2# port install cairo   (this will take a while...)
   3.7  sh-3.2# port install gtk2    (this will take a while...)

4.Get Source Code
   4.1  sh-3.2# git clone git://git.linphone.org/linphone-iphone.git --recursive
   4.2  Use FINDER to modify SOURCE CODE FOLDER PERMISSION !!

5.start your XCode and open the linphone,xcodeproj. Then all you need to do is click [Build and Run] button. And you will see the result.

Just Share with anyone who my need this....

Best Regards,
Jim Lu

--
/*============================
盧長駿 ,Jim Lu , จิม , はやお
EMail : address@hidden
============================*/


reply via email to

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