From e29443e5dcba7cae09056946470b0802272b902a Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 30 May 2015 08:29:22 +0200 Subject: [PATCH] Update building.rst --- dev/building.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/building.rst b/dev/building.rst index dd8ec0272..334eb2302 100644 --- a/dev/building.rst +++ b/dev/building.rst @@ -130,6 +130,8 @@ influence ``install``, ``build``, ``tar`` and ``zip``. Examples: distribution of Syncthing for Windows (current architecture) with upgrading disabled. +.. note:: Building for a different operating system or architecture than your native one requires Go having been set up for cross compilation. The easiest way to get this right is to use the official Docker image, described below. + Building without Git --------------------