Skip to content

Commit

Permalink
updates for building
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaedrusTheGreek committed Jul 29, 2016
1 parent 11cb934 commit 6ff8da4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.build
@@ -0,0 +1,11 @@
```
glide create
glide install --strip-vcs
```

modify vendor/github.com/elastic/beats/libbeat/scripts/Makefile and change `make deps images ${BEATNAME}` to `make deps images all`
* This might be already fixed by https://github.com/elastic/beats/pull/2129

```
export SNAPSHOT=no; make package
```

0 comments on commit 6ff8da4

Please sign in to comment.