Skip to content

Commit

Permalink
document workaround for getting imgui_bundle binary wheel installed o…
Browse files Browse the repository at this point in the history
…n MacOS. See pthom#80 and pthom#215
  • Loading branch information
dcnieho committed Jun 10, 2024
1 parent ab00083 commit 5abb9e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/imgui_bundle/doc/Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ pip install pyGLM # <2>
<2> in order to run the demo, install pyGLM

Note: under windows, you might need to install https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022[msvc redist].
Note: under MacOS, you may run into problems where the binary wheel is not used and pip will try to compile the source distribution. This will fail if you do not have XCode installed and set up. Issue the command `SYSTEM_VERSION_COMPAT=0 pip install --only-binary=:all: imgui_bundle` as a workaround.

=== Install from source:
[source, bash]
Expand Down

0 comments on commit 5abb9e0

Please sign in to comment.