Changes between Version 9 and Version 10 of Getting_Started_Using


Ignore:
Timestamp:
Apr 29, 2009 9:43:50 PM (15 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting_Started_Using

    v9 v10  
    99== Steps for Building Your Application that Uses PJSIP/PJMEDIA == 
    1010 
    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: 
    1212    {{{$ ./configure && make dep && make}}} 
    1313 1. Create a directory outside the PJSIP sources for your project and place your source files there.