From 2881ea6ee293b7641ca05352af17cd96bbfe4aae Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 2 Nov 2022 12:42:27 +1000 Subject: [PATCH] Clarify alternate dependency names (#5528) Co-authored-by: Arya --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caedbbd94..46ac9d974 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,9 @@ for your platform: Any Zebra release can remove support for older Rust versions, without any notice. (Rust 1.59 and earlier are definitely not supported, due to missing features.) 2. Install Zebra's build dependencies: - - **libclang:** the `libclang`, `libclang-dev`, `llvm`, or `llvm-dev` packages, depending on your package manager - - **clang** or another C++ compiler: `g++`, `Xcode`, or `MSVC` + - **libclang:** the `libclang`, `libclang-dev`, `llvm`, or `llvm-dev` packages + (these packages will have different names depending on your package manager) + - **clang** or another C++ compiler: `g++` (all platforms) or `Xcode` (macOS) 3. Run `cargo install --locked --git https://github.com/ZcashFoundation/zebra --tag v1.0.0-rc.1 zebrad` 4. Run `zebrad start` (see [Running Zebra](https://zebra.zfnd.org/user/run.html) for more information)