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://github.com/mrs-electronics-inc/mrs-sdk-qt.git
    cd mrs-sdk-qt
  2. Install the just command runner (instructions here)

  3. Compile and install the SDK tooling:

    Terminal window
    just install-tools
  4. Compile and install the SDK Qt libraries:

    Terminal window
    just install-libs