Wiki

Clone wiki

libmikey-sakke / BuildApps

Build library dependencies and environment

You must have built the library dependencies and have the appropriate variables pointing at their locations. See Quick setup and build. Where necessary, you should enter your IDE from within this configured environment.

PJSIP-MIKEY-SAKKE iPhone UI

Launch Xcode from the shell opening the IPJSUA project.

 /Applications/Xcode.app/Contents/MacOS/Xcode $PJSIP/arm-apple-darwin10/pjsip-apps/src/ipjsua/ipjsua.xcodeproj &

Note: Xcode doesn't support writing through symlinks. So if you intend to modify the program from within Xcode, open the primary source version in a second window. That has the same path as the above only without the arm-apple-darwin10 part. You still need to use the target-specific symlinked version to build though. You can keep both views open at once (Xcode supports having multiple projects open).

PJSIP-MIKEY-SAKKE BlackBerry 10 UI

Launch QDE from the shell.

 $QDE/eclipse/qde &

Import the project at

 $PJSIP/pjsip-apps/src/bb10pjsua

into the workspace.

Updated