Bristol-Braille / canute-ui

User interface for the Canute electronic Braille reader.
http://bristolbraille.co.uk
GNU General Public License v3.0
36 stars 6 forks source link

Rust cross-compilation #303

Closed woodcoder closed 8 months ago

woodcoder commented 8 months ago

This PR adds a Dockerfile that can be used to build the libbooxindex.so rust library used by the canute-ui code.

The target architecture is Pi OS Bullseye running on a Pi Zero.

It includes a Cargo.lock file that approximates the crate versions used in the original (and that seem to work).

A github action has been added to create a release tarball of the built package.