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: download/index-3.11.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,8 @@ stack install
139
139
For more info on working with the GF source code, see the
140
140
[GF Developers Guide](../doc/gf-developers.html).
141
141
142
+
For macOS Sequoia, you need to downgrade the LLVM package, see instructions [here](https://github.com/GrammaticalFramework/gf-core/issues/172#issuecomment-2599365457).
143
+
142
144
## Installing the Python bindings from PyPI
143
145
144
146
The Python library is available on PyPI as `pgf`, so it can be installed using:
Copy file name to clipboardExpand all lines: index.html
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -87,11 +87,6 @@ <h3>Develop</h3>
87
87
<h3>Contribute</h3>
88
88
<ulclass="mb-2">
89
89
<li>
90
-
<ahref="https://web.libera.chat/?channels=#gf">
91
-
<iclass="fas fa-hashtag"></i>
92
-
IRC
93
-
</a>
94
-
/
95
90
<ahref="https://discord.gg/EvfUsjzmaz">
96
91
<iclass="fab fa-discord"></i>
97
92
Discord
@@ -232,14 +227,10 @@ <h3>Getting help</h3>
232
227
</p>
233
228
234
229
<p>
235
-
We run the IRC channel <strong><code>#gf</code></strong> on the Libera network, where you are welcome to look for help with small questions or just start a general discussion.
236
-
You can <ahref="https://web.libera.chat/?channels=#gf">open a web chat</a>
237
-
or <ahref="https://www.grammaticalframework.org/irc/?C=M;O=D">browse the channel logs</a>.
238
-
</p>
239
-
<p>
240
-
There is also a <ahref="https://discord.gg/EvfUsjzmaz">GF server on Discord</a>.
230
+
We run the <ahref="https://discord.gg/EvfUsjzmaz">GF server on Discord</a>, where you are welcome to look for help with small questions or just start a general discussion.
241
231
</p>
242
232
233
+
243
234
<p>
244
235
For bug reports and feature requests, please create an issue in the
245
236
<ahref="https://github.com/GrammaticalFramework/gf-core/issues">GF Core</a> or
0 commit comments