Modify README to cross-compile deb packages for ARM in Pi-targeted builds
Compare changes
+ 13
− 2
@@ -34,6 +34,8 @@ To build the software, you will need to install [Rustup](https://rustup.rs/). Yo
@@ -42,7 +44,16 @@ After these are installed, restart your terminal, or open a new one. Then run th
The resulting deb package will placed in `target/$TARGET_ARCH/debian/cats-igate_VERSION_arm64.deb`. The package can be installed with `sudo dpkg -i target/$TARGET_ARCH/debian/cats-igate_VERSION.deb`, replacing `TARGET_ARCH` with the architecture specified in `cargo deb`, and `VERSION` with whatever version and architecture was built.