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.
Install Dependencies
Section titled “Install Dependencies”You will need to install Qt5/Qt6 and some necessary build tools before you can compile the libraries.
Install the SDK
Section titled “Install the SDK”Here are the steps for installing from source:
-
Clone the SDK repository:
Terminal window git clone https://github.com/mrs-electronics-inc/mrs-sdk-qt.gitcd mrs-sdk-qt -
Install the
justcommand runner (instructions here)- Quick start to
just: https://just.systems/man/en/quick-start.html
- Quick start to
-
Compile and install the SDK tooling:
Terminal window just install-tools -
Compile and install the SDK Qt libraries:
Terminal window just install-libs