Building zebra-crosslink
These are the build and usage instructions for a generic linux system. nix users should check out
nix Support.
Building zebra-crosslink requires Rust,
libclang, and a C++ compiler.
Dependencies
-
Install
cargoandrustc. -
Install
zebra-crosslink's build dependencies:- libclang is a library that might have different names depending on your
package manager. Typical names are
libclang,libclang-dev,llvm, orllvm-dev. - clang or another C++ compiler:
g++(all platforms) orXcode(macOS). protoc
- libclang is a library that might have different names depending on your
package manager. Typical names are
TODO: We need to add prerequisites for the visualizer.
cargo build --locked zebrad
Usage
cargo run
To connect to the current prototype testnet, see crosslink-testnet.md.