Environment:
- WSL2 on Windows 10:
- Install Rust environment & clone source code Substrate: https://docs.substrate.io/tutorials/v3/create-your-first-substrate-chain/#install-rust-and-the-rust-toolchain
- 2 issues:
- failed to run custom build command for librocksdb-sys v6.11.4:
sudo apt install clang
- How do I fix the Rust error "linker 'cc' not found":
sudo apt-get update
sudo apt install build-essential