Photon C++ Client API: OS X

Photon C++ Client API

Photon C++ Client API  4.1.12.2
OS X

For OS X Photon supports Xcode as IDE.

1. Add the parent-folder(s) of the folders Photon-cpp/inc and Common-cpp/inc to "Header Search Paths" in category "Search Paths" in your applications Project Settings

2. In your Project Settings at category "Linking" add to "Other Linker Flags" the following both entries:
-lCommon-cpp_$(CONFIGURATION)_$(PLATFORM_NAME)
-lPhoton-cpp_$(CONFIGURATION)_$(PLATFORM_NAME)

3. Add the folders Photon-ccp/lib and Common-cpp/lib to "Library Search Paths" in category "Search Paths" in your applications Project Settings

4. Add the following #include directive to your source-code:
#include "Photon-cpp/inc/PhotonPeer.h"