Changes between Version 66 and Version 67 of FAQ
- Timestamp:
- Jan 22, 2009 8:08:11 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v66 v67 17 17 It 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 18 19 === How can I use PJSIP in my own C program? === #use c19 === How can I use PJSIP in my own C program? === #use_own 20 20 21 21 First start with this: