FPLBase
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Building for iOS

Version Requirements

Following are the minimum tested versions of tools and libraries you need to build FPLBase for iOS:

Prerequisites

Building with Xcode

Firstly, the Xcode project needs to be generated using CMake:

  • Open a command line window.
  • Go to the FPLBase project directory.
  • Use CMake to generate the Xcode project.
cd fplbase
cmake -DCMAKE_TOOLCHAIN_FILE=cmake/ios.cmake -GXcode .

Then the project can be opened in Xcode and built:

  • Double-click on fplbase/FPLBase.xcodeproj to open the project in Xcode.
  • Select "Product-->Build" from the menu.

The samples and tests can be run from within Xcode:

  • Select an application Scheme, for example "fplbase-texture-->iOS Simulators/iPhone 6s Plus", from the combo box to the right of the "Run" button.
  • Click the "Run" button.