When building the explorer in a fresh new environment, cargo run will fail due to missing dependencies on openssl and protoc libraries. Have discussed this with Tobias who advised to add this to the README.
Details
Details
- Reviewers
PiRK bytesofman - Group Reviewers
Restricted Project - Commits
- rABC7c2ad250ab6a: [Explorer] Update README with openssl and protoc dependencies
use a fresh new dev environment
cd explorer-exe/
cp config.dist.toml config.toml
cargo run and observe the build failure
sudo apt install libssl-dev
sudo apt install -y protobuf-compiler libprotobuf-dev
cargo run
Go to http://localhost:3035 and ensure explorer loads locally
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- opensslProtoDeps
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 25809 Build 51198: Build Diff Build 51197: arc lint + arc unit