You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
conduit/CROSS_COMPILE.md

331 B

Install docker:

$ sudo apt install docker $ sudo usermod -aG docker $USER

Then log out and back in.

$ sudo systemctl start docker

$ cargo install cross $ cross build --release --features tls_vendored --target armv7-unknown-linux-musleabihf

The cross-compiled binary is at target/armv7-unknown-linux-musleabihf/release/conduit