-
-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example from guide build fails #691
Comments
@bcbroom You need to install CMake. If you install @JoshuaBatty (sorry, don't know who to ping) Should CMake installation instructions be added to the guide? |
That works - thanks. I think adding this to the directions would be a good idea, the directions for macOS say the Xcode command line tools are all you need. |
same issue here. +1 for adding on instructions |
Thanks for digging into this folks - I believe it's only a couple of the examples that require I don't remember off the top of my head exactly which dependency uses Similarly, the WIP update from wgpu 0.7 to 0.8 should remove the need for spirv-cross, a c++ dependency that was previously used to go from SPIRV -> Metal on macOS (also in favour of naga). |
Issue #691 Adding cmake to OS X setup directions
I'm unable to run the example
cargo run --release --example draw
on macOS 10.15.7 (Catalina), and getI also tried
The text was updated successfully, but these errors were encountered: