Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Tue, 07 Mar 2023 20:38:18 UTC Commit: 4e9bde9fc7ff39a857147b674053a93531ec10ee https://github.com/geany/geany-osx/commit/4e9bde9fc7ff39a857147b674053a93531...
Log Message: ----------- Describe workaround of bash being killed by macOS 13
Modified Paths: -------------- README.md
Modified: README.md 6 lines changed, 6 insertions(+), 0 deletions(-) =================================================================== @@ -115,6 +115,12 @@ To create the bundle, you need to first install JHBuild and GTK as described bel when building on ARM processors - it isn't possible to compile ARM binaries on Intel processors.
+5. To workaround the current problem in gtk-osx of `bash` being killed + by macOS 13, run: + ``` + rm -f ~/.new_local/bin/bash && ln -s /bin/bash ~/.new_local/bin/ + ``` + 6. Install GTK and all of its dependencies by running the following command inside the `geany-osx` directory: ```
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).