Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.05 KB

reMarkable Toolchain | Docker Edition

In order to ease compilation of Projects utilising libremarkable this Docker image houses the complete toolchain and compilers to build a project for the armv7-unknown-linux-gnueabihf build target.

In order to build a project with this image execute the following command in your crate root:

docker run -v $(pwd):/project --rm --name remarkable-build themegatb/remarkable-toolchain-rust

By default it calls make and thus expects a Makefile to be present. If you would rather call cargo directly you can just append your cargo command at the end e.g.:

docker run -v $(pwd):/project --rm --name remarkable-build themegatb/remarkable-toolchain-rust cargo build --target=armv7-unknown-linux-gnueabihf

Disclaimer

This is a hobby project.

The author(s) and contributor(s) are not associated with reMarkable AS, Norway. reMarkable is a registered trademark of reMarkable AS in some countries. Please see https://remarkable.com for their product.