You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
README.md
books
Automatic cropping tool for cropping to books
Build
Linux
This project uses the meson build system:
$ meson build
$ cd build
$ ninja
$ sudo ninja install
Windows
Since this project uses GTK4, it's a bit difficult here (there's no GTK4 installer for Win32 just yet). However, I have built using cygwin & it seems to work ok.
TODO: Actual build instructions