VoiceMac/SIP/notes.txt

13 lines
453 B
Plaintext
Executable File

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
To get the revision that I am using in VoiceMac and VoiceMob, run the command below.
svn checkout -r 3315 http://svn.pjsip.org/repos/pjproject/trunk pjproject
Building.
To build for VoiceMac, run the command below.
./install
To build for VoiceMob, run the command below.
./install ios