Skip to content
K̶e̶v̶i̶n̶ edited this page Feb 4, 2024 · 1 revision

https://github.com/mikemoraned/blescan

$ wget https://github.com/mikemoraned/blescan/archive/refs/heads/main.zip
$ unzip main.zip
$ docker run --rm -v $PWD:/opt -it rust:slim-bookworm bash
>>> cd /opt/blescan-main/
>>> apt update
>>> apt install -y cmake libdbus-1-dev pkg-config
>>> cargo build --locked --release
>>> ./target/release/blescan --version
blescan 0.4.0
>>> exit
Clone this wiki locally