diff --git a/macbuild/ReadMe.md b/macbuild/ReadMe.md index ce1ca3410..db8cd7691 100644 --- a/macbuild/ReadMe.md +++ b/macbuild/ReadMe.md @@ -1,6 +1,6 @@ -Relevant KLayout version: 0.28.13
+Relevant KLayout version: 0.28.14
Author: Kazzz-S
-Last modified: 2023-11-11
+Last modified: 2023-12-10
# 1. Introduction This directory **`macbuild`** contains various files required for building KLayout (http://www.klayout.de/) version 0.28.13 or later for different 64-bit macOS, including: @@ -250,6 +250,16 @@ export PYTHONHOME=$HOME/opt/anaconda3 Logically, several module combinations other than 6B through 6E are possible, including `nil` choice.
The resultant package directory name will begin with **`EX-`** (exceptional) if you choose such a combination. +### 6G. Using the git-based Salt Package Manager through a proxy server +If you use the git-based Salt Package Manager through a proxy server, you need to set the `KLAYOUT_GIT_HTTP_PROXY` environment variable. For example, +``` +$ export KLAYOUT_GIT_HTTP_PROXY="http://111.222.333.444:5678" +``` +Ask your system administrator for the actual IP address and port number of your proxy server. + +It is highly recommended that this setting is included in a launching service script bundle.
+A sample content (`*.app.Bash`) of the script bundle can be found in `Resources/script-bundle-[A|B|H|P].zip`. + ---- # 7. Making a DMG installer diff --git a/macbuild/Resources/script-bundle-A.zip b/macbuild/Resources/script-bundle-A.zip index 8bafd8ffa..ba3f6cd88 100644 Binary files a/macbuild/Resources/script-bundle-A.zip and b/macbuild/Resources/script-bundle-A.zip differ diff --git a/macbuild/Resources/script-bundle-B.zip b/macbuild/Resources/script-bundle-B.zip index 79409fe35..99620dbfc 100644 Binary files a/macbuild/Resources/script-bundle-B.zip and b/macbuild/Resources/script-bundle-B.zip differ diff --git a/macbuild/Resources/script-bundle-H.zip b/macbuild/Resources/script-bundle-H.zip index 51449c949..bf5a808e0 100644 Binary files a/macbuild/Resources/script-bundle-H.zip and b/macbuild/Resources/script-bundle-H.zip differ diff --git a/macbuild/Resources/script-bundle-P.zip b/macbuild/Resources/script-bundle-P.zip index 1a0909756..c018c3a72 100644 Binary files a/macbuild/Resources/script-bundle-P.zip and b/macbuild/Resources/script-bundle-P.zip differ