Skip to content

Instantly share code, notes, and snippets.

@dmitry-markin
dmitry-markin / QUICKSTART.md
Last active June 26, 2024 15:02
polkadot-sdk dev quick start guide Ubuntu 24.04

polkadot-sdk dev quick start guide for Ubuntu 24.04

System packages

sudo apt install -y        \
    build-essential        \  # for Rust
    protobuf-compiler      \  # for protobuf schemas in litep2p
    libclang-common-18-dev    # for librocksdb bindgen custom build (fixes "fatal error: 'stdarg.h' file not found")