5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-22 09:20:27 +00:00

Add CGO_ENABLED info also to whatsappmulti build

This commit is contained in:
Wim 2022-04-24 16:52:25 +02:00
parent c3573f1a46
commit 2fca3c7563
No known key found for this signature in database
GPG Key ID: 5E423DA5C9AA63D4

View File

@ -225,6 +225,8 @@ matterbridge
Because the library we use for Whatsapp multidevice support includes a GPL3 library we can not provide you binaries. 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) (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: So this means you have to build it yourself using the instructions below:
```bash ```bash