From c3573f1a461a6dcc173ffc4895728561b3db98c6 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 24 Apr 2022 16:50:51 +0200 Subject: Add CGO_ENABLED info to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8cebde3..2b4b76bc 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,9 @@ If you really want to build from source, follow these instructions: Go 1.17+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed. Building the binary with **all** the bridges enabled needs about 3GB RAM to compile. -You can reduce this memory requirement to 0,5GB RAM by adding the `nomsteams` tag if you don't need/use the Microsoft Teams bridge +You can reduce this memory requirement to 0,5GB RAM by adding the `nomsteams` tag if you don't need/use the Microsoft Teams bridge. + +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`) To install the latest stable run: -- cgit v1.2.3