You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running `cross-build.sh` with [`cross`](https://github.com/rust-embedded/cross) and Docker installed should (eventually) produce an ARM 32 executable file suitable for use with Raspbian in `target/arm7-unknown-linux-gnueabihf/release`.
23
23
24
-
If you want an installable `.deb` file, run `deb-pack.sh`**after running `cross-build.sh`.**
24
+
If you want an installable `.deb` file, run `deb-pack.sh`**after running `cross-build.sh`.** You need `dpkg` to run `deb-pack.sh`.
25
25
26
26
However, `rusty-engine` is not incredibly heavyweight and can almost certainly be compiled on your Pi without the use of any particular configuration beyond [installing the dependencies.](#dependencies)
0 commit comments