Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Fri, 18 Aug 2023 18:39:08 UTC
Commit: 27cbd02e42e9a7041ace8e8801f3b3bfec94681d
https://github.com/geany/geany-osx/commit/27cbd02e42e9a7041ace8e8801f3b3bfe…
Log Message:
-----------
Remove now unnecessary step
Modified Paths:
--------------
README.md
Modified: README.md
6 lines changed, 0 insertions(+), 6 deletions(-)
===================================================================
@@ -116,12 +116,6 @@ 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).
Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Thu, 17 Aug 2023 19:51:15 UTC
Commit: 5ae74a4596b9764941242a160cd148f214944135
https://github.com/geany/geany-osx/commit/5ae74a4596b9764941242a160cd148f21…
Log Message:
-----------
Show sample arm64 configuration
Modified Paths:
--------------
README.md
Modified: README.md
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -107,6 +107,7 @@ To create the bundle, you need to first install JHBuild and GTK as described bel
5. Add the following lines to `~/.config/jhbuildrc-custom`:
```
setup_sdk(target="10.13", architectures=["x86_64"])
+ #setup_sdk(target="11", architectures=["arm64"])
setup_release() # enables optimizations
```
With this settings, the build creates a 64-bit Intel binary that works on
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).