Changes between Version 9 and Version 10 of Getting_Started_Using
- Timestamp:
- Apr 29, 2009 9:43:50 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting_Started_Using
v9 v10 9 9 == Steps for Building Your Application that Uses PJSIP/PJMEDIA == 10 10 11 1. First, build {{{pjproject}}} libraries as described in http://www.pjsip.org/using.htm. This normally is accomplished by executing these commands:11 1. First, build {{{pjproject}}} libraries as described in [wiki:Getting-Started/Autoconf building for GNU systems]. This normally is accomplished by executing these commands: 12 12 {{{$ ./configure && make dep && make}}} 13 13 1. Create a directory outside the PJSIP sources for your project and place your source files there.