summaryrefslogtreecommitdiffstats
path: root/packaging/macos/README.md
diff options
context:
space:
mode:
authorRené de Hesselle <dehesselle@web.de>2019-09-12 20:46:20 +0000
committerRené de Hesselle <dehesselle@web.de>2019-09-12 21:08:52 +0000
commit0a66d4736997ee2ca4c4b1687bfdc090bc3cd600 (patch)
treefefcb442b25fbfd9a6ee9b0417e4e71301019172 /packaging/macos/README.md
parentAdd more Adam Bellis icons to multicolor beta (diff)
downloadinkscape-0a66d4736997ee2ca4c4b1687bfdc090bc3cd600.tar.gz
inkscape-0a66d4736997ee2ca4c4b1687bfdc090bc3cd600.zip
Remove dependency on user's .profile
We no longer need to overwrite .profile with our settings.
Diffstat (limited to 'packaging/macos/README.md')
-rw-r--r--packaging/macos/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/macos/README.md b/packaging/macos/README.md
index a0d5dff6a..ab8e9ef88 100644
--- a/packaging/macos/README.md
+++ b/packaging/macos/README.md
@@ -7,9 +7,10 @@ This folder contains the scripts that make up the build pipeline for Inkscape on
_These requirements have changed a few times over the course of development. So it would be more fair to call them "recommendations" instead, but I want to emphasize the importance of sticking to a known-good setup because of the huge number of moving parts involved._
- __A clean environment is key__. Ideally, you'd have a __dedicated, clean macOS installation__ (as in "freshly installed + Xcode") available as build machine.
- - Make sure there are no remnants from other build environments (e.g. MacPorts, Fink, Homebrew) on your system. Rule of thumb: clear out `/usr/local`.
+ - Make sure there are no remnants from other build environments (e.g. MacPorts, Fink, Homebrew) on your system.
+ Rule of thumb: clear out `/usr/local`.
- macOS 10.14.6 with Xcode 10.3.
- - OS X Mavericks 10.9 SDK from Xcode 6.4
+ - OS X Mavericks 10.9 SDK from Xcode 6.4
`/Library/Developer/CommandLineTools/SDKs/MacOSX10.9.sdk`
- __Use a dedicated user account__ unless you're prepared that these scripts will delete and overwrite your data in the following locations:
@@ -19,7 +20,6 @@ _(based on default configuration)_
$HOME/.cache # will be removed, then linked to $TMP_DIR
$HOME/.config/jhbuildrc* # will be removed, then linked to $DEVCONFIG
$HOME/.local # will be removed, then linked to $OPT_DIR
- $HOME/.profile # will be overwritten
```
- __16 GiB RAM__, since we're using a 9 GiB ramdisk to build everything.
@@ -32,7 +32,7 @@ _(based on default configuration)_
- The build environment takes up ~6.1 GiB of disk space, the rest is buffer to be used during compilation and packaging. Subject to change and YMMV.
- - If you only want to build Inkscape and not the build environment itself, a 5 GiB ramdisk is sufficient.
+ - If you only want to build Inkscape and not the build environment itself, a 5 GiB ramdisk is sufficient. (Not all of the tarball's content is extracted.)
- somewhat decent __internet connection__ for all the downloads