Go to file
sergiotarxz fa9b3d5f20 Making the back button work as well as swipes and deleting stack items
after the list if a new manga is selected.
2021-10-31 21:06:15 +01:00
include/openmg Making listviewitems on clicked to send us to a new screen. 2021-10-31 20:42:58 +01:00
src Making the back button work as well as swipes and deleting stack items 2021-10-31 21:06:15 +01:00
LICENSE Initial commit 2021-10-17 10:34:37 +02:00
Makefile Removing files from the Makefile. 2021-10-31 15:32:18 +01:00
README.md Updating readme with instructions 2021-10-30 11:56:17 +02:00

README.md

mangareader

How to compile

Simply run make in the cloned directory and install the missing dev dependencies in your system if any.

Usually the packages you need end in -dev or -devel.

This is likely to change in the future to use the meson build system.

How to run

Run ./main in the cloned directory.