From d0998a511c750f556794c35bdb33b6d6a0c2ba44 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 24 Oct 2020 22:45:59 -0400 Subject: [PATCH] Recommend to use `make toolchain-all` instead of individually `make`ing each toolchain. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d208bd..0678599 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,9 @@ Or on Arch Linux, sudo make dep-arch-linux ``` -Build toolchains for each platform. +Build toolchains for all three platforms. ```bash -make toolchain-lin -make toolchain-win -make toolchain-mac +make toolchain-all ``` Each toolchain will take around an hour to build, requiring network access and about 15 GB free disk space. The final disk space after building is about 3.7 GB.