Skip to content
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

Add instruction for metal to Getting Started #16820

Closed
wants to merge 1 commit into from

Conversation

kevinbader
Copy link

gpui requires "metal", but it's not installed on a new system. The instruction should resolve a stumbling block for other newcomers like me, and comes from gfx-rs/gfx#2309 (comment)

gpui requires "metal", but it's not installed on a new system. The fix comes from gfx-rs/gfx#2309 (comment)
Copy link

cla-bot bot commented Aug 25, 2024

We require contributors to sign our Contributor License Agreement, and we don't have @kevinbader on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@@ -5,7 +5,9 @@ for Rust, designed to support a wide variety of applications.

## Getting Started

GPUI is still in active development as we work on the Zed code editor and isn't yet on crates.io. You'll also need to use the latest version of stable rust and be on macOS. Add the following to your Cargo.toml:
GPUI is still in active development as we work on the Zed code editor and isn't yet on crates.io. You'll also need to use the latest version of stable rust and be on macOS. If `xcrun metal` is _unable to find utility "metal"_, install `xcode` and run `sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we put this down below, as it is essentially a troubleshooting step?

I don’t think it reads well in this paragraph.

@maxdeviant
Copy link
Member

Thanks for the PR. I'm going to close in favor of #17316.

@maxdeviant maxdeviant closed this Sep 3, 2024
maxdeviant added a commit that referenced this pull request Sep 3, 2024
This PR updates the GPUI docs to mention how to install XCode for Metal
support.

Supersedes #16820.

Release Notes:

- N/A
osiewicz pushed a commit to CharlesChen0823/zed that referenced this pull request Sep 5, 2024
…#17316)

This PR updates the GPUI docs to mention how to install XCode for Metal
support.

Supersedes zed-industries#16820.

Release Notes:

- N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants