From 3088dcadece0b27e8c1b274c509585775103f698 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Wed, 8 Jul 2020 01:52:01 +0200 Subject: [PATCH] building: add links to tinygo.org The BUILDING.md file is not intended for developer builds but for release builds. The website contains more specific and more complete information on how to build TinyGo, so provide links to these pages. The Windows link doesn't work yet, but should work with the next release when we update the website. --- BUILDING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index f8961fc6..e031a302 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -10,6 +10,14 @@ This guide describes how to statically link TinyGo against LLVM, libclang and lld so that the binary can be easily moved between systems. It also shows how to build a release tarball that includes this binary and all necessary extra files. +**Note**: this documentation describes how to build a statically linked release +tarball. If you want to develop TinyGo, you will probably want to follow a +different guide: + + * [Linux](https://tinygo.org/getting-started/linux/#source-install) + * [macOS](https://tinygo.org/getting-started/macos/#source-install) + * [Windows](https://tinygo.org/getting-started/windows/#source-install) + ## Dependencies LLVM, Clang and LLD are quite light on dependencies, requiring only standard