Skip to content

Commit cb80a32

Browse files
authored
[ci skip] add installation note/fix for macos 15
1 parent 58a8a84 commit cb80a32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/installation.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ uses export to set variables):
115115
# add shmesa (the MESA command line tool) to your PATH
116116
export PATH=$PATH:$MESA_DIR/scripts/shmesa
117117
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)
118123
119124
If your machine uses csh as its shell, use ``setenv`` instead of ``export``.
120125

0 commit comments

Comments
 (0)