Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.31 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.31 KB

Toltec build toolchain

Set of Docker images for cross-compiling binaries to run on the the reMarkable tablet. In particular, it is used to provide a consistent environment for building Toltec packages, but can be used by any project that needs to build to the reMarkable.

Available images

Name Description
base Contains a cross-compiler for the ARMv7 architecture, with glibc 2.27 and Linux 4.9 headers. It is used as a base image for all other images in this repository.
qt Qt 5.11.3, zlib 1.2.11, libpng 1.6.34 and libqsgepaper plugin. This image closely mimics the original build toolchain provided by the reMarkable company.
rust Nightly Rust install configured to cross-compile to ARMv7.
python Python 3.7.3 distribution with pip.