Skip to content

Commit

Permalink
Describe workaround of bash being killed by macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Mar 7, 2023
1 parent 6640f05 commit 4e9bde9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit 4e9bde9

Please sign in to comment.