I'm trying to build this iPhone sample:
http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone
but I'm having trouble since I am new to both iPhone development and the Mac world. From the Build Preparation section, I've downloaded the source code, but step 2 here is to "set [my] config_site.h" to a particular value. Do I just double-click this file in Finder and change it there? I can't actually find this file anywhere in the source.
The next section (Building PJSIP) says to "Just run:" this:
$ cd /path/to/your/pjsip/dir
$ ./configure-iphone
$ make dep && make clean && make
but I don't have any idea what it means to "just run" something on a Mac. I also don't have any idea what path to use or how to get my downloaded source from Finder into a path location somewhere.
Help!