Changes between Version 10 and Version 11 of Getting-Started/Autoconf


Ignore:
Timestamp:
Jan 15, 2010 3:50:57 PM (14 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Autoconf

    v10 v11  
    153153}}} 
    154154 
     155== Optional: Installing PJSIP == 
     156 
     157Run '''{{{make install}}}''' to install the header and library files to the target directory. The default target directory can be customized by specifying '''{{{--prefix=DIR}}}''' option to '''{{{configure}}}''' script. 
     158 
     159{{{ 
     160$ make install 
     161}}} 
     162 
     163 
    155164== Next: Using pjsip libraries in your applications == 
    156165