diff options
| author | René de Hesselle <dehesselle@web.de> | 2019-07-21 22:21:39 +0000 |
|---|---|---|
| committer | René de Hesselle <dehesselle@web.de> | 2019-07-21 22:21:39 +0000 |
| commit | 246379f1aa7af11d5cbf079314d6bdbfb8d09b95 (patch) | |
| tree | a24e85810332ab8587d1b529a509832b504a1a7c /packaging/macos/README.md | |
| parent | Make menu icon preference apply to Layers and Objects dialogs (diff) | |
| download | inkscape-246379f1aa7af11d5cbf079314d6bdbfb8d09b95.tar.gz inkscape-246379f1aa7af11d5cbf079314d6bdbfb8d09b95.zip | |
Update jhbuild
This is a massive internal update due to changes in JHBuild.
Update Python to 3.7.4.
Diffstat (limited to 'packaging/macos/README.md')
| -rw-r--r-- | packaging/macos/README.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/packaging/macos/README.md b/packaging/macos/README.md index 1e12b30b0..bd755d941 100644 --- a/packaging/macos/README.md +++ b/packaging/macos/README.md @@ -25,12 +25,13 @@ _In some regards it would've been more fair if this section was called "recommen ``` - __Use a dedicated user account__ unless you're prepared that these scripts will delete and overwrite your data in the following locations: -_(comments based on default configuration)_ +_(based on default configuration)_ ```bash - $HOME/.cache # will be symlinked to $WRK_DIR/tmp - $HOME/.local # will be symlinked to $WRK_DIR/opt - $HOME/.profile # will be overwritten + $HOME/.cache # will be linked to $TMP_DIR + $HOME/.config/jhbuildrc* # will be overwritten + $HOME/.local # will be linked to $OPT_DIR + $HOME/.profile # will be overwritten ``` - __16 GiB RAM__, since we're using a 9 GiB ramdisk to build everything. @@ -55,7 +56,7 @@ to have everything run for you. If you are doing this the first time, my advice ### GitLab CI -> TODO: configuration examples need to be reworked +> TODO: configuration examples need to be updated! #### configuration example `.gitlab-runner/config.toml` |
