Skip to content

Commit 2afbe03

Browse files
committed
Note dependency of deb-pack
1 parent 4e04c4b commit 2afbe03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ addons:
1313
update: true
1414
arch:
1515
- amd64
16-
- arm64 # while this technically isn't the RPi4 it's a nice proof of concept
16+
- arm64
1717
cache: cargo
1818
before_deploy:
1919
- cargo deb

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sudo apt update && sudo apt install libgstreamer1.0-dev \
2121

2222
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`.
2323

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`.
2525

2626
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)
2727

0 commit comments

Comments
 (0)