Adjust README for new build process

This commit is contained in:
Jannis Mattheis 2018-03-10 12:08:48 +01:00 committed by Jannis Mattheis
parent 7f73de19ca
commit a26e2cf216
1 changed files with 1 additions and 4 deletions

View File

@ -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: