This commit is contained in:
Pili Guerra 2020-12-11 14:13:45 +01:00 committed by GitHub
parent 3c267f9c9d
commit f6ff4d2255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Building `zebrad` requires [Rust](https://www.rust-lang.org/tools/install),
- Using `rustup` installs the stable Rust toolchain, which `zebrad` targets.
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++ complier: `g++`, `Xcode`, or `MSVC`
- **clang** or another C++ compiler: `g++`, `Xcode`, or `MSVC`
3. Run `cargo install --locked --git https://github.com/ZcashFoundation/zebra --tag v1.0.0-alpha.0 zebrad`
4. Run `zebrad start`