]> Sergey Matveev's repositories - glocate.git/blob - INSTALL
Use database's directory for temporary files
[glocate.git] / INSTALL
1 Utility is written on Go, so basically it could be installed by:
2
3     $ go install go.stargrave.org/glocate
4
5 However you may have some issues with authenticity of go.stargrave.org
6 HTTPS server, that uses ca.cypherpunks.ru CA. Look at SSL_CERT_FILE,
7 GIT_SSL_CAINFO and GOPRIVATE environment variables.
8
9 Or you can manually close its source code and build it up:
10
11     $ git clone git://git.stargrave.org/glocate.git
12     $ cd glocate
13     $ go build
14
15 glocate has two dependencies, that will be fetched by Go automatically.