Prerequisites

Dependencies

You need to have the following tools installed:

  • Rust stable

  • cbindgen

  • Flutter SDK (v3.19.0)

  • protoc

  • LLVM

Building

1. Clone the repository

git clone https://github.com/maxjoehnk/Mizer.git
cd Mizer

2. Initial build with make

Run make build in the Project root. This will generate any necessary source files and also build the dynamic libraries required for the ui.

3. Running

After running make build once you can just use cargo run to start Mizer.