|
@@ -0,0 +1,141 @@
|
|
|
+# electron-website 的一些尝试
|
|
|
+personal access token
|
|
|
+
|
|
|
+1fa9dee43dcf80eec421edfa7629b7553a6996c2e4473c60fd3ad8dbca8a11ae364d87636e2c8c12
|
|
|
+
|
|
|
+export CROWDIN_PERSONAL_TOKEN="1fa9dee43dcf80eec421edfa7629b7553a6996c2e4473c60fd3ad8dbca8a11ae364d87636e2c8c12"
|
|
|
+
|
|
|
+```bash
|
|
|
+➜ electron-website git:(main) ✗ brew install openjdk@11
|
|
|
+==> Auto-updating Homebrew...
|
|
|
+Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
|
|
|
+HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
|
|
|
+==> Auto-updated Homebrew!
|
|
|
+Updated 2 taps (homebrew/core and homebrew/cask).
|
|
|
+==> New Formulae
|
|
|
+alejandra boa cornelis flip-link lima-additional-guestagents rna-star
|
|
|
+aws-lc concurrentqueue cram goshs readsb shamrock
|
|
|
+
|
|
|
+You have 15 outdated formulae installed.
|
|
|
+
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/openjdk/11/manifests/11.0.27
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Fetching dependencies for openjdk@11: glib
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.84.2
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Fetching dependencies for glib: gettext
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.25
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Fetching gettext
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:8dba9424a9409d3ba085acccfd8c88c196e31e31944c32c1d811cfdd6aae8280
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Fetching glib
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:4c797e5a42c6e0cb3eb846e15634662d4cc29f10e47609353bbad80c51fec38d
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Fetching openjdk@11
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/openjdk/11/blobs/sha256:9157b4fbd9639c0f0883b5fd5ceae4eeda0700bb3807d320ed2b72a3c802aec0
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Installing dependencies for openjdk@11: glib
|
|
|
+==> Installing openjdk@11 dependency: glib
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.84.2
|
|
|
+Already downloaded: /Users/sysadmin/Library/Caches/Homebrew/downloads/e7f6f6a81f2be46cd9bb6f73b50663ee7338afac6a97e0f4462c48a6023ca92c--glib-2.84.2.bottle_manifest.json
|
|
|
+==> Installing dependencies for glib: gettext
|
|
|
+==> Installing glib dependency: gettext
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.25
|
|
|
+Already downloaded: /Users/sysadmin/Library/Caches/Homebrew/downloads/344607fc5b91bb0c1287d07bb445cc40cc465a163a52e12eed3cc5cd60498f78--gettext-0.25.bottle_manifest.json
|
|
|
+==> Pouring gettext--0.25.arm64_sequoia.bottle.tar.gz
|
|
|
+🍺 /opt/homebrew/Cellar/gettext/0.25: 2,418 files, 27.7MB
|
|
|
+==> Installing glib
|
|
|
+==> Pouring glib--2.84.2.arm64_sequoia.bottle.tar.gz
|
|
|
+🍺 /opt/homebrew/Cellar/glib/2.84.2: 504 files, 37.6MB
|
|
|
+==> Installing openjdk@11
|
|
|
+==> Pouring openjdk@11--11.0.27.arm64_sequoia.bottle.tar.gz
|
|
|
+==> Caveats
|
|
|
+For the system Java wrappers to find this JDK, symlink it with
|
|
|
+ sudo ln -sfn /opt/homebrew/opt/openjdk@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-11.jdk
|
|
|
+
|
|
|
+openjdk@11 is keg-only, which means it was not symlinked into /opt/homebrew,
|
|
|
+because this is an alternate version of another formula.
|
|
|
+
|
|
|
+If you need to have openjdk@11 first in your PATH, run:
|
|
|
+ echo 'export PATH="/opt/homebrew/opt/openjdk@11/bin:$PATH"' >> ~/.zshrc
|
|
|
+
|
|
|
+For compilers to find openjdk@11 you may need to set:
|
|
|
+ export CPPFLAGS="-I/opt/homebrew/opt/openjdk@11/include"
|
|
|
+==> Summary
|
|
|
+🍺 /opt/homebrew/Cellar/openjdk@11/11.0.27: 667 files, 296MB
|
|
|
+==> Running `brew cleanup openjdk@11`...
|
|
|
+Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
|
|
|
+Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
|
|
|
+==> Upgrading 2 dependents of upgraded formulae:
|
|
|
+Disable this behaviour by setting HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK.
|
|
|
+Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
|
|
|
+harfbuzz 11.0.1 -> 11.2.1, ghostscript 10.05.0_1 -> 10.05.1
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/11.2.1
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Fetching dependencies for harfbuzz: libpng and pixman
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.48
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Fetching libpng
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/libpng/blobs/sha256:a6ca2508569d9237cbb46a2d3da13b9e2e8d9d042ca48b78463f34aa527cd7ce
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.0
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Fetching pixman
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/pixman/blobs/sha256:6d08a20cf16a9f69e925000085b4062501df3c8838b25284a7a5733608fd944a
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Fetching harfbuzz
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/blobs/sha256:c2bfac8d26f33150c1fbe86293113c217b6a452c347a509428f3a7ee4752b956
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/ghostscript/manifests/10.05.1
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Fetching ghostscript
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/ghostscript/blobs/sha256:29a6c1c81a8c04ccc3a1a918b7bb75843318e13c4123cd196bae785466dc572a
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Upgrading harfbuzz
|
|
|
+ 11.0.1 -> 11.2.1
|
|
|
+==> Installing dependencies for harfbuzz: libpng and pixman
|
|
|
+==> Installing harfbuzz dependency: libpng
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.48
|
|
|
+Already downloaded: /Users/sysadmin/Library/Caches/Homebrew/downloads/a83930e1f9d8eaa78c037181b255fa781a9c1db46e446b23e427995cac04300f--libpng-1.6.48.bottle_manifest.json
|
|
|
+==> Pouring libpng--1.6.48.arm64_sequoia.bottle.tar.gz
|
|
|
+🍺 /opt/homebrew/Cellar/libpng/1.6.48: 28 files, 1.3MB
|
|
|
+==> Installing harfbuzz dependency: pixman
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.0
|
|
|
+Already downloaded: /Users/sysadmin/Library/Caches/Homebrew/downloads/076f76287048a542e5f3dabc41a9c7506bd89979c89ed755b1a7e02b3b6d2806--pixman-0.46.0.bottle_manifest.json
|
|
|
+==> Pouring pixman--0.46.0.arm64_sequoia.bottle.tar.gz
|
|
|
+🍺 /opt/homebrew/Cellar/pixman/0.46.0: 10 files, 687.3KB
|
|
|
+==> Installing harfbuzz
|
|
|
+==> Pouring harfbuzz--11.2.1.arm64_sequoia.bottle.tar.gz
|
|
|
+🍺 /opt/homebrew/Cellar/harfbuzz/11.2.1: 77 files, 10.2MB
|
|
|
+==> Running `brew cleanup harfbuzz`...
|
|
|
+Removing: /opt/homebrew/Cellar/harfbuzz/11.0.1... (76 files, 9.9MB)
|
|
|
+==> Upgrading ghostscript
|
|
|
+ 10.05.0_1 -> 10.05.1
|
|
|
+==> Pouring ghostscript--10.05.1.arm64_sequoia.bottle.tar.gz
|
|
|
+==> Caveats
|
|
|
+Ghostscript is now built `--without-versioned-path`. Temporary backwards
|
|
|
+compatibility symlinks exist but will be removed with 10.07.0 release.
|
|
|
+==> Summary
|
|
|
+🍺 /opt/homebrew/Cellar/ghostscript/10.05.1: 640 files, 122.2MB
|
|
|
+==> Running `brew cleanup ghostscript`...
|
|
|
+Removing: /opt/homebrew/Cellar/ghostscript/10.05.0_1... (638 files, 122MB)
|
|
|
+==> Checking for dependents of upgraded formulae...
|
|
|
+==> No broken dependents found!
|
|
|
+==> Caveats
|
|
|
+==> openjdk@11
|
|
|
+For the system Java wrappers to find this JDK, symlink it with
|
|
|
+ sudo ln -sfn /opt/homebrew/opt/openjdk@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-11.jdk
|
|
|
+
|
|
|
+openjdk@11 is keg-only, which means it was not symlinked into /opt/homebrew,
|
|
|
+because this is an alternate version of another formula.
|
|
|
+
|
|
|
+If you need to have openjdk@11 first in your PATH, run:
|
|
|
+ echo 'export PATH="/opt/homebrew/opt/openjdk@11/bin:$PATH"' >> ~/.zshrc
|
|
|
+
|
|
|
+For compilers to find openjdk@11 you may need to set:
|
|
|
+ export CPPFLAGS="-I/opt/homebrew/opt/openjdk@11/include"
|
|
|
+==> ghostscript
|
|
|
+Ghostscript is now built `--without-versioned-path`. Temporary backwards
|
|
|
+ compatibility symlinks exist but will be removed with 10.07.0 release.
|
|
|
+```
|