From 826be00ab4532038f2a50eed0458040c7516db4c Mon Sep 17 00:00:00 2001 From: Lothar Serra Mari Date: Sat, 17 Feb 2018 11:39:04 +0100 Subject: [PATCH] Doc: Fix the total download size of the msys toolchain Since the README file was initially written, the total download size for the msys toolchain including all libraries increased from 500MiB to a whopping 1100MiB, resulting in an install size of over 6000MiB for each architecture. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59bde256b..1430765b1 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Note that you should not do a `make install` on macOS, as it will not work prope #### Windows developer building -To build on Windows for development, using MSYS2 is recommended. Follow the installation steps found on their [website](https://msys2.github.io). Make sure you're running the 32-bit version ("MSYS2 MinGW 32-bit") (or the 64-bit version "MSYS2 MinGW 64-bit" if you want to build for x86_64) and run this additional command (including the braces) to install the needed dependencies (please note that this involves downloading over 500MiB of packages, so it will take a long time): +To build on Windows for development, using MSYS2 is recommended. Follow the installation steps found on their [website](https://msys2.github.io). Make sure you're running the 32-bit version ("MSYS2 MinGW 32-bit") (or the 64-bit version "MSYS2 MinGW 64-bit" if you want to build for x86_64) and run this additional command (including the braces) to install the needed dependencies (please note that this involves downloading over 1100MiB of packages, so it will take a long time): For x86 (32 bit) builds: