From 8d99a59c5d13f0cef9788679dea9d05a652589c3 Mon Sep 17 00:00:00 2001 From: Luci Date: Sun, 20 Jun 2021 14:04:32 +0200 Subject: [PATCH] Increase maximum disk space required for packaging SDK I tried to follow the instructions outlined in PACKAGING THE SDK, and as it turns out the instructions for Linux required more than 40GB of disk space. That's why I think it would be best to tell readers that they might need up to 45GB of space rather than up to 25GB. I'm not sure if the instructions are simply outdated in this regard or if the space requirements are just different for other reasons, however I highly suspect the former to be the case. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f440f8..60d19f9 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ Step 1. and 2. can be skipped if you have Xcode installed. ##### Packing the SDK on Linux - Method 1 (Xcode > 8.0): ##### -This method may require up to 25 GB of free disk space. +This method may require up to 45 GB of free disk space. An SSD is recommended for this method. 1. Download Xcode like described in 'Packaging the SDK on macOS' @@ -238,7 +238,7 @@ command from command-line). ##### Packing the SDK from from Xcode Command Line Tools on Linux: ##### -This method may require up to 25 GB of free disk space. +This method may require up to 45 GB of free disk space. An SSD is recommended for this method. 1. Download Xcode Command Line Tools like described in 'Packaging the SDK from Xcode Command Line Tools on macOS'