From 16dedde9f0c512c5695a16adc3c540ba9ed5e2f9 Mon Sep 17 00:00:00 2001 From: Patrick Mezard Date: Sun, 23 Aug 2015 15:22:42 +0200 Subject: [PATCH] Update build instructions wrt Go 1.5 requirement Fixes #636 Change-Id: I4380702c74e62c5b4ce8d7269a597af892bc311c --- BUILDING | 2 +- HACKING | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILDING b/BUILDING index 6ae80387e..2ce7ab2e0 100644 --- a/BUILDING +++ b/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) diff --git a/HACKING b/HACKING index 3837eb06d..ff998e9ed 100644 --- a/HACKING +++ b/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: