aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-11-16 12:09:24 +0100
committerEddy Pedroni <epedroni@pm.me>2025-11-16 12:09:24 +0100
commit1bded19d732b7dab6a8a827397e03649e785b47c (patch)
tree6b85965e42ea1ce979d37f3d85f0c2b05452905f
parent2421f04343cd0e0cbea527c73beddb09ebd48f74 (diff)
Update readmeHEADmaster
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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`
+