summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2022-04-24 16:52:25 +0200
committerWim <wim@42.be>2022-04-24 16:52:25 +0200
commit2fca3c756373577eab4e0120ccce62eecc1f5ad8 (patch)
treeddfa49820266f4c44217a7c406199ce5b0b2eb3a /README.md
parentc3573f1a461a6dcc173ffc4895728561b3db98c6 (diff)
downloadmatterbridge-msglm-2fca3c756373577eab4e0120ccce62eecc1f5ad8.tar.gz
matterbridge-msglm-2fca3c756373577eab4e0120ccce62eecc1f5ad8.tar.bz2
matterbridge-msglm-2fca3c756373577eab4e0120ccce62eecc1f5ad8.zip
Add CGO_ENABLED info also to whatsappmulti build
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2b4b76bc..8c35e5e8 100644
--- a/README.md
+++ b/README.md
@@ -225,6 +225,8 @@ matterbridge
Because the library we use for Whatsapp multidevice support includes a GPL3 library we can not provide you binaries.
(as this would require the Matterbridge to change it license to GPL)
+Matterbridge can be build without gcc/c-compiler: If you're running on windows first run `set CGO_ENABLED=0` on other platforms you prepend `CGO_ENABLED=0` to the `go build` command. (eg `CGO_ENABLED=0 go install github.com/42wim/matterbridge`)
+
So this means you have to build it yourself using the instructions below:
```bash