From 665ce7aa5889c98209af9ccacfd9b0e38e758567 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 30 May 2015 08:24:24 +0200 Subject: [PATCH] Note about GOPATH --- dev/building.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/building.rst b/dev/building.rst index 365aa21e3..dd8ec0272 100644 --- a/dev/building.rst +++ b/dev/building.rst @@ -35,6 +35,8 @@ If you're not a Go developer since before, the easiest way to get going is to download the latest version of Go as instructed in http://golang.org/doc/install and ``export GOPATH=~``. +.. note:: You need to set ``GOPATH`` correctly and the source **must** be checked out into ``$GOPATH/src/github.com/syncthing/syncthing``. The instructions below accomplish this correctly. + Building (Unix) ---------------