rien / reStream

Stream your reMarkable screen over SSH.
MIT License
732 stars 56 forks source link

Instructions for building using docker #58

Closed emerinohdz closed 3 years ago

emerinohdz commented 3 years ago

I first tried installing the required toolchain from reMarkable engineering, but the original installation script was taken down and the available options I found (https://remarkablewiki.com/devel/toolchain) didn't work for me as I couldn't get the toolchain installed (tried on macOS and linux).

I found the toltec toolchain docker images and ended up using docker to build the binary in macOS, which was much simpler than trying to manually install the toolchain. This PR adds the required instructions to do so, which will hopefully simplify development of reStream for newcomers.