Changes between Version 65 and Version 66 of FAQ


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v65 v66  
    1616 
    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. 
     18 
     19=== How can I use PJSIP in my own C program? === #usec 
     20 
     21First start with this: 
     22 
     23 {{{ 
     24#include <stdio.h> 
     25 
     26int main() 
     27{ 
     28   puts("Hello world!"); 
     29   return; 
     30} 
     31 }}} 
     32 
     33Then read on to the next topic below. 
    1834 
    1935=== I have downloaded PJSIP source codes, now what next? === #do 
     
    10291045      102400 .rdata 
    10301046       24576 .reloc 
     1047 
    10311048 
    10321049