This repository has been archived on 2025-08-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
conduwuit-nadeko/CROSS_COMPILE.md
2020-10-18 09:04:11 +02:00

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