Changes between Version 4 and Version 5 of Getting_Started_Using


Ignore:
Timestamp:
Mar 12, 2007 9:45:36 PM (17 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting_Started_Using

    v4 v5  
    8080}}} 
    8181 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, and 
     82    1. First, make sure that you replace '''PJBASE''' with the location of PJSIP sources in your computer. 
    8383    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. 
    8484    1. Change {{{myapp.cpp}}} to your source filename.