From a26e2cf21608b3083f1868163072334e774d3cc4 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sat, 10 Mar 2018 12:08:48 +0100 Subject: [PATCH] Adjust README for new build process --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e3c4e5..d388974 100644 --- a/README.md +++ b/README.md @@ -106,10 +106,7 @@ go build app.go ``` ### Cross-Platform -The project has a CGO reference (because of sqlite3), therefore a GCO cross compiler is needed for compiling for other platforms. We use [karalabe/xgo](https://github.com/karalabe/xgo) for this, xgo is a bundle of docker containers for building go apps. -``` bash -VERSION=mybuild1 make build-binary -``` +The project has a CGO reference (because of sqlite3), therefore a GCO cross compiler is needed for compiling for other platforms. See [.travis.yml](.travis.yml) on how we do that. ## Tests The tests can be executed with: