Skip to content

Getting started as developer

Getting the code

  • Clone the source-code from GitHub with git clone https://github.com/swift-project/pilotclient.git (or SSH if you prefer).
  • Run git submodule update --init to clone the submodules.
  • Download and install the latest LTS version of Qt from https://www.qt.io/download-qt-installer.
  • Run Qt Creator and open the project file swift.pro in the root of your git clone.