Update build instructions wrt Go 1.5 requirement

Fixes #636

Change-Id: I4380702c74e62c5b4ce8d7269a597af892bc311c
This commit is contained in:
Patrick Mezard 2015-08-23 15:22:42 +02:00
parent b118fc23fb
commit 16dedde9f0
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
To build Camlistore: 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) 2) cd to the root of the Camlistore source (where this file is)

View File

@ -47,6 +47,7 @@ Alternatively, if your Camlistore root is checked out at
$GOPATH/src/camlistore.org (optional, but natural for Go users), you $GOPATH/src/camlistore.org (optional, but natural for Go users), you
can just: can just:
$ export GO15VENDOREXPERIMENT=1 # required for all Camlistore builds
$ go install ./dev/devcam $ go install ./dev/devcam
The subcommands of devcam start the server or run camput/camget/etc: The subcommands of devcam start the server or run camput/camget/etc: