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

Invalid setup instructions for Solana CLI on MacOS #35544

Closed
czhc opened this issue May 4, 2024 · 1 comment
Closed

Invalid setup instructions for Solana CLI on MacOS #35544

czhc opened this issue May 4, 2024 · 1 comment
Labels
community Community contribution

Comments

@czhc
Copy link

czhc commented May 4, 2024

Problem

Install the Solana CLI docs contains invalid homebrew formula for mac OS installation

Install the necessary tools and libraries using Homebrew:

brew install rust pkg-config libudev protobuf llvm coreutils

libudev is not a homebrew formula: https://formulae.brew.sh/formula/libudev (error 404)

This is the output of the command:

➜  anchor git:(main) ✗ brew install rust pkg-config libudev protobuf llvm coreutils  

Warning: No available formula with the name "libudev". Did you mean libuv, libev or libdv?
==> Searching for similarly named formulae and casks...
==> Formulae
libuv ✔                      libev ✔                      libdv

Proposed Solution

Remove libudev from the installation as it is not needed. libudev is a library commonly found on Linux systems, particularly those using the udev device manager subsystem. macOS, on the other hand, uses a different system for managing devices.

Running this completes nicely:

brew install rust pkg-config protobuf llvm coreutils
@czhc czhc added the community Community contribution label May 4, 2024
Copy link
Contributor

github-actions bot commented May 4, 2024

This repository is no longer in use. Please re-open this issue in the agave repo: https://github.com/anza-xyz/agave

@github-actions github-actions bot closed this as completed May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
Development

No branches or pull requests

1 participant