Skip to content
Nils Schimmelmann edited this page Jun 4, 2026 · 53 revisions

Building MMapper

Please reference the BUILD.md

Troubleshooting

Linux

Flatpak

sudo apt update && sudo apt install flatpak-builder -y
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install builddir org.mume.MMapper.json 
flatpak run org.mume.MMapper

macOS

We do not use brew qt6 and qtkeychain because it pulls in unnecessary dependencies like D-bus.

Windows

Clone this wiki locally