Split build.sh into two OS-specific scripts

This commit is contained in:
Ben Moss
2018-11-01 16:14:18 -04:00
parent 2d03820ebb
commit 4e1f7802db
7 changed files with 73 additions and 53 deletions

View File

@ -31,8 +31,8 @@ are very busy and read the mailing lists.
## Building
Each plugin is compiled simply with `go build`. A script, `build.sh`,
is supplied which will build all the plugins in the repo.
Each plugin is compiled simply with `go build`. Two scripts, `build_linux.sh` and `build_windows.sh`,
are supplied which will build all the plugins for their respective OS.
## Contribution workflow