From 8b859ea7e36ec26565ad0884bb242a26e9b182cd Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Tue, 3 Mar 2020 16:32:57 +1100 Subject: [PATCH] Update build instructions for latest version --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 04ccec1f..a8826943 100644 --- a/README.md +++ b/README.md @@ -525,12 +525,12 @@ scc is pretty well tested with many unit, integration and benchmarks to ensure t Run go build for windows and linux then the following in linux, keep in mind need to update the version ``` -GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w" && zip -r9 scc-2.11.0-x86_64-apple-darwin.zip scc -GOOS=darwin GOARCH=386 go build -ldflags="-s -w" && zip -r9 scc-2.11.0-i386-apple-darwin.zip scc -GOOS=windows GOARCH=amd64 go build -ldflags="-s -w" && zip -r9 scc-2.11.0-x86_64-pc-windows.zip scc.exe -GOOS=windows GOARCH=386 go build -ldflags="-s -w" && zip -r9 scc-2.11.0-i386-pc-windows.zip scc.exe -GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" && zip -r9 scc-2.11.0-x86_64-unknown-linux.zip scc -GOOS=linux GOARCH=386 go build -ldflags="-s -w" && zip -r9 scc-2.11.0-i386-unknown-linux.zip scc +GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w" && zip -r9 scc-2.12.0-x86_64-apple-darwin.zip scc +GOOS=darwin GOARCH=386 go build -ldflags="-s -w" && zip -r9 scc-2.12.0-i386-apple-darwin.zip scc +GOOS=windows GOARCH=amd64 go build -ldflags="-s -w" && zip -r9 scc-2.12.0-x86_64-pc-windows.zip scc.exe +GOOS=windows GOARCH=386 go build -ldflags="-s -w" && zip -r9 scc-2.12.0-i386-pc-windows.zip scc.exe +GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" && zip -r9 scc-2.12.0-x86_64-unknown-linux.zip scc +GOOS=linux GOARCH=386 go build -ldflags="-s -w" && zip -r9 scc-2.12.0-i386-unknown-linux.zip scc ``` ### Badges (beta)