Skip to content

Commit

Permalink
Updating the README file on cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chan committed Jun 14, 2016
1 parent 82f0288 commit e6bdfb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ $ make
```
This builds the plugin in `/build/rootfs/`

To cross build either linux or OS X/macOS,
```
$ export GOOS=linux;make
$ export GOOS=darwin;make
```

### Configuration and Usage
* Set up the [snap framework](https://github.com/intelsdi-x/snap/blob/master/README.md#getting-started)
* Ensure `$SNAP_PATH` is exported
Expand Down

0 comments on commit e6bdfb9

Please sign in to comment.