dixonary / draft-reMarkable

A launcher for the reMarkable tablet, which wraps around the standard interface.
Apache License 2.0
147 stars 19 forks source link

QTCreator-less build instructions #15

Closed sudocurse closed 4 years ago

sudocurse commented 4 years ago

I didn't want to install with a gui so I got cross-compilation working with just the toolchain and some basic dependencies. It should help with automating the build. Unfortunately deploying is not automated yet, but this seems pretty trivial to do (and this may fit better into https://github.com/dixonary/draft-reMarkable/pull/9)

Adds a table of contents too.

sudocurse commented 4 years ago

these build instructions also work for other apps like https://github.com/dixonary/fingerterm-reMarkable

sudocurse commented 4 years ago

This may(?) also help out what https://github.com/dixonary/draft-reMarkable/issues/3 was asking for, and if the deploy step is automated as well, this would address the CI stuff brought up in https://github.com/dixonary/draft-reMarkable/issues/6

dixonary commented 4 years ago

This looks great, thanks! I was wondering on a good process for compiling without qtcreator.

Is it ready to merge or do you want to make any other changes?

sudocurse commented 4 years ago

@dixonary I think it's as good as Im going to get it 😅

dixonary commented 4 years ago

Thank you! Hopefully this will help some people :)