Changes between Version 66 and Version 67 of FAQ


Ignore:
Timestamp:
Jan 22, 2009 8:08:11 AM (15 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v66 v67  
    1717It is common in all projects to have source distribution that is larger than the resulting build. This is because source distribution contains other things such as documentations and scripts. The source tarball of PJSIP v0.7 is significantly larger than v0.5 because in v0.7 we include third party libraries in their original form of distribution, so that they get proper attribution and for easier update, unlike in v.0.5 where we just picked the source files that we like and included them in PJSIP. 
    1818 
    19 === How can I use PJSIP in my own C program? === #usec 
     19=== How can I use PJSIP in my own C program? === #use_own 
    2020 
    2121First start with this: