Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit fb5da345300f1fa3f9077ba397692bd374aed838 Author: Wim <wim@42.be> Date: Sun Apr 24 16:52:25 2022 +0000 Add CGO_ENABLED info also to whatsappmulti build diff --git a/README.md b/README.md index 2b4b76b..8c35e5e 100644 --- a/README.md +++ b/README.md @@ -2256 +2258 @@ 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