X-Git-Url: http://www.git.stargrave.org/?p=glocate.git;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=c2a9c3ea11538e3bdb90816d605f0a0375df5818d76bee111ccb9140ed21d242;hp=0000000000000000000000000000000000000000000000000000000000000000;hb=ecb9a41c73d8d7d8c75215c57d5d91f6c476098d756489036bedb8f136e8fb9e;hpb=e5a64361a0537c82d3fbc21b986fc2815f394571f46a0e4128ced789a6712f36 diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..c2a9c3e --- /dev/null +++ b/INSTALL @@ -0,0 +1,15 @@ +Utility is written on Go, so basically it could be installed by: + + $ go install go.stargrave.org/glocate + +However you may have some issues with authenticity of go.stargrave.org +HTTPS server, that uses ca.cypherpunks.ru CA. Look at SSL_CERT_FILE, +GIT_SSL_CAINFO and GOPRIVATE environment variables. + +Or you can manually close its source code and build it up: + + $ git clone git://git.stargrave.org/glocate.git + $ cd glocate + $ go build + +glocate has two dependencies, that will be fetched by Go automatically.