We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a8a84 commit cb80a32Copy full SHA for cb80a32
docs/source/installation.rst
@@ -115,6 +115,11 @@ uses export to set variables):
115
# add shmesa (the MESA command line tool) to your PATH
116
export PATH=$PATH:$MESA_DIR/scripts/shmesa
117
118
+Note (Jan 2025): due to some changes in MacOS 15.2/15.3, if you see the error `ld: library 'z' not found` on a Mac you may also need to add:
119
+
120
+.. code-block:: bash
121
122
+ export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
123
124
If your machine uses csh as its shell, use ``setenv`` instead of ``export``.
125
0 commit comments