You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,15 @@ Before starting, you need to install Homebrew for x86_64.
19
19
alias brew='arch --x86_64 /usr/local/bin/brew'
20
20
```
21
21
4. Include it to update your environment variables by running `. ~/.intelbrew`
22
+
5. Edit Homebrew to fetch packages for Ventura (10.13), since the Qt package
23
+
for Sonoma (10.14) breaks compatibility with libc++: see [this error](https://www.pathofexile.com/forum/view-thread/3009944/page/34#:~:text=__ZTVNSt3__13pmr25monotonic_buffer_resourceE)
22
24
23
25
```sh
26
+
vim /usr/local/Homebrew/Library/Homebrew/brew.sh
27
+
# Edit the file to comment out the version and hardcode it:
0 commit comments