From 1bded19d732b7dab6a8a827397e03649e785b47c Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sun, 16 Nov 2025 12:09:24 +0100 Subject: Update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3769af3..437d09e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # OneTrick Software Synthesizers This repo contains the source code of all [OneTrick software synthesizers](https://punklabs.com/ot-bundle). They were created by [Punk Labs](https://punklabs.com/) and are not my work. I only added some helper scripts to build and start the executables in standalone mode. + +## Build + +To build, run either `build_headless.sh` or `build_gui.sh` as required. + +Note: + +* All synths use a version of anymap which is no longer supported. The workaround I found is to use an older rustc version (`rustup install 1.84.0`) +* To link with `xcb-icccm` in Arch Linux, it's required to install `xcb-util-wm` + -- cgit v1.2.3