Changes between Version 4 and Version 5 of Getting_Started_Using
- Timestamp:
- Mar 12, 2007 9:45:36 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting_Started_Using
v4 v5 80 80 }}} 81 81 1. There few things to note when making the '''Makefile''' above: 82 1. First, make sure that you replace '''PJBASE''' with the location of PJSIP sources in your computer , and82 1. First, make sure that you replace '''PJBASE''' with the location of PJSIP sources in your computer. 83 83 1. If you notice there are spaces towards the bottom of the file (before {{{$(CC)}}} and {{{rm}}}, these are a single tab, not spaces. '''This is important''', or otherwise '''make''' command will fail with "'''missing separator'''" error. 84 84 1. Change {{{myapp.cpp}}} to your source filename.