Get the repo and clone submodules:
git clone https://github.com/4ms/ROMplers
cd ROMplers
git submodule update --init --recursiveRequires arm-none-eabi-g++ toolchain v12.2 or v12.3 on your PATH (newer versions will not work, must be these versions only).
cmake --fresh -B build
cmake --build buildIf you need to specify the path to the arm toolchain (v12.2.x or v12.3.x is REQUIRED):
cmake --fresh -B build -DTOOLCHAIN_BASE_DIR=~/bin/arm-gnu-toolchain-12.3.rel1-darwin-arm64-arm-none-eabi/bin
cmake --build buildThe MM plugin will be in metamodule-plugins/
See VCV Rack development environment for pre-requisites.
make dep
make install