Skip to content

Build from Source

This guide walks you through the steps of installing all of the SDK components from source, including the Qt libraries and tooling.

You will need to install Qt5/Qt6 and some necessary build tools before you can compile the libraries.

Here are the steps for installing from source:

  1. Clone the SDK repository:

    Terminal window
    git clone https://gitlab.com/mrs-electronics/sdk/qt.git mrs-sdk-qt
    cd mrs-sdk-qt
  2. Install moon by following the official setup guide: https://moonrepo.dev/docs/install

  3. Compile and install the SDK:

    Terminal window
    moon run install