This commit is contained in:
ldlda
2025-08-22 02:17:02 +07:00 Unverified
parent 4e9867f844
commit a88682f1c2
+13
View File
@@ -1,3 +1,16 @@
# wakey
router shit
## compile
with [cross](https://crates.io/crates/cross).
```sh
cross build --release --target armv7-unknown-linux-musleabihf # my machine
```
cross works with a random windows machine.
it works; those toolchains they tried to install: add them forcefully by hand.
it works. uses docker.