From 7ff5e5abfd1b7e044fb1d073c8eb381ad0f63e2c Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 29 May 2024 15:42:15 -0400 Subject: [PATCH] Add "wsl_clipboard" build tag for creating Linux binaries that use the Windows clipboard --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 058bf8a..c4748c6 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,12 @@ CGO_ENABLED=0 go build -ldflags="-s -w" ./mutn.go CGO_ENABLED=0 go build -ldflags="-s -w" ./libmuttonserver.go ``` +Additionally, some custom build tags can be used to create different binaries. The following tags are not used in official builds: +- `wsl_clipboard`: Allows creating a Linux binary that can interact with the Windows clipboard (for WSL) +- `termux`: Allows creating a Linux binary that can interact with the Termux clipboard (for Android) + # Roadmap #### Release v0.2.0 - Make repo public - No binaries -- Add custom build option for WSL support - Add fail-specific error codes - Address most TODOs - Hunt and fix bugs in preparation for public debut