Skip to content

Build: Build with CLion

Lars Toenning edited this page Nov 25, 2023 · 3 revisions

Download prerequisites

Clone the git repo

git clone https://github.com/swift-project/pilotclient.git
git submodule update --init

Build

Open the pilotclient folder in CLion to load the project. This automatically triggers CMake and creates all build files according to your toolchain.

That's it! You now have a working CLion environment to build and execute the project.

Different launch targets can be selected here:

clion_target_selection

For more information on CLion itself, see the CLion manual.

Clone this wiki locally