2010-09-24 12:46:38 -05:00
|
|
|
Getting the source code to PJProject.
|
|
|
|
To get the latest source to PJProject, run the command below.
|
|
|
|
svn checkout http://svn.pjsip.org/repos/pjproject/trunk pjproject
|
|
|
|
|
2013-07-20 06:56:17 -05:00
|
|
|
I am currently using version 2.1 stable.
|
|
|
|
|
|
|
|
//To get the revision that I am using in VoiceMac and VoiceMob, run the command below.
|
|
|
|
//svn checkout -r 4293 http://svn.pjsip.org/repos/pjproject/trunk pjproject
|
2010-09-24 12:46:38 -05:00
|
|
|
|
|
|
|
Building.
|
|
|
|
To build for VoiceMac, run the command below.
|
|
|
|
./install
|
|
|
|
|
|
|
|
To build for VoiceMob, run the command below.
|
|
|
|
./install ios
|