Skip to content

Advanced

This section is for advanced users and developers.

How to build HeliPort

Compiling HeliPort is extremely easy, let's get right into it.

Requirements

  • macOS 10.12+
  • CocoaPods
  • Xcode

Installing

  • Xcode Command Line Tools

    bash
    xcode-select --install
    sudo xcode-select --switch /Library/Developer/CommandLineTools
  • CocoaPods

    Visit their website for more details

  • Xcode

Building

Run the following commands in Terminal:

sh
git clone --depth=1 https://github.com/OpenIntelWireless/HeliPort.git
cd HeliPort
pod install
xcodebuild -workspace HeliPort.xcworkspace -scheme HeliPort -derivedDataPath build
open ./build/Build/Products/Release