aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILDING.md
diff options
context:
space:
mode:
authorayan george <[email protected]>2023-09-28 13:31:13 -0400
committerAyke <[email protected]>2023-09-29 17:45:59 +0200
commit0bb4a8abeb132ea1a7aedba2cd910b1db4e0a2da (patch)
treec5e9a7766d78b2bd4343ff605ce10f0478736fc1 /BUILDING.md
parent6ef8fcd5379b9610c518ab893e878a4c9b37ba08 (diff)
downloadtinygo-0bb4a8abeb132ea1a7aedba2cd910b1db4e0a2da.tar.gz
tinygo-0bb4a8abeb132ea1a7aedba2cd910b1db4e0a2da.zip
docs: Update BUILDING.md
Indicate that GNU Make is the version of make required to build.
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 6c320c541..52e411ec5 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -19,6 +19,7 @@ LLVM, Clang and LLD are quite light on dependencies, requiring only standard
build tools to be built. Go is of course necessary to build TinyGo itself.
* Go (1.18+)
+ * GNU Make
* Standard build tools (gcc/clang)
* git
* CMake