1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-09-11 18:39:10 +02:00
conduit/CROSS_COMPILE.md

12 lines
333 B
Markdown
Raw Normal View History

2020-10-18 08:48:31 +02:00
Install docker:
2021-04-03 00:11:14 +02:00
```
2020-10-18 08:48:31 +02:00
$ sudo apt install docker
$ sudo usermod -aG docker $USER
2021-04-03 00:11:14 +02:00
$ exec sudo su -l $USER
2020-10-18 08:48:31 +02:00
$ sudo systemctl start docker
$ cargo install cross
$ cross build --release --features tls_vendored --target armv7-unknown-linux-musleabihf
2021-04-03 00:11:14 +02:00
```
2020-10-18 08:48:31 +02:00
The cross-compiled binary is at target/armv7-unknown-linux-musleabihf/release/conduit