diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -15,7 +15,7 @@ used to remotely cross build applications. ### Dependencies -- Install and setup [Go](https://golang.org/doc/install) version 1.7 or +- Install and setup [Go](https://golang.org/doc/install) version 1.8 or higher to compile this tool. @@ -35,6 +35,14 @@ And to install xds-agent in /usr/local/bin: make install ``` +> **NOTE**: To cross build for example for Windows, just execute: +```bash +export GOOS=windows +export GOARCH=amd64 +make all +make package +``` + ## How to run ## Configuration |