mirror of https://github.com/perkeep/perkeep.git
Update build instructions wrt Go 1.5 requirement
Fixes #636 Change-Id: I4380702c74e62c5b4ce8d7269a597af892bc311c
This commit is contained in:
parent
b118fc23fb
commit
16dedde9f0
2
BUILDING
2
BUILDING
|
@ -1,6 +1,6 @@
|
|||
To build Camlistore:
|
||||
|
||||
1) Install Go 1.1 or later.
|
||||
1) Install Go 1.5 or later.
|
||||
|
||||
2) cd to the root of the Camlistore source (where this file is)
|
||||
|
||||
|
|
1
HACKING
1
HACKING
|
@ -47,6 +47,7 @@ Alternatively, if your Camlistore root is checked out at
|
|||
$GOPATH/src/camlistore.org (optional, but natural for Go users), you
|
||||
can just:
|
||||
|
||||
$ export GO15VENDOREXPERIMENT=1 # required for all Camlistore builds
|
||||
$ go install ./dev/devcam
|
||||
|
||||
The subcommands of devcam start the server or run camput/camget/etc:
|
||||
|
|
Loading…
Reference in New Issue