Skip to content

Commit

Permalink
Add building notes
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-git committed May 1, 2022
1 parent 762870c commit 46171e1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Binaries for programs and plugins
.DS_Store
build/gw*
main
gw
*.exe
Expand Down
Empty file added build/.gitkeep
Empty file.
14 changes: 13 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Flags:
```

Example:

```
gw search -tag MY_TAG_NAME -branch MY_BRANCHES D-19007
Expand All @@ -28,4 +29,15 @@ MY_TAG_NAME-10.0.10
MY_TAG_NAME-10.0.11
MY_TAG_NAME-10.0.12
MY_TAG_NAME-10.0.12-alp
```
```

## Building

```bash
# for linux
v -os linux . -o build/gw-linux
# for mac
v . -o build/gw-mac
# for windows, this doesnt work from M1
v -os windows . -o build/gw-win
```

0 comments on commit 46171e1

Please sign in to comment.