Skip to content

Eeems-Org/remarkable-template-qt-oxide-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rm1 rm2 Discord

reMarkable Template Qt Oxide Application

Building

This will result in a dist folder that you can copy to your device.

# Source the correct toolchain
source /opt/codex/rm11x/3.1.15/environment-setup-cortexa7hf-neon-remarkable-linux-gnueabi
mkdir .build
cd .build
qmake ..
make
INSTALL_ROOT="$(pwd)/../dist" make install
cd ..

Build toltec package

https://remarkable.guide/devel/package.html

tar -czvf src.tar.gz src
toltecmk

About

Template Qt oxide application for the reMarkable tablet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 43.2%
  • QML 31.8%
  • QMake 25.0%