Go to file
sergiotarxz 923282f1d1 Splitting manga.c contents into xml.c and soup.c.
It is still needed to refactor string manipulation
and delete manga.c and manga.h (The root one,
MgManga is ok.)
2021-10-30 19:01:17 +02:00
include Splitting manga.c contents into xml.c and soup.c. 2021-10-30 19:01:17 +02:00
src Splitting manga.c contents into xml.c and soup.c. 2021-10-30 19:01:17 +02:00
LICENSE Initial commit 2021-10-17 10:34:37 +02:00
Makefile Splitting manga.c contents into xml.c and soup.c. 2021-10-30 19:01:17 +02:00
README.md Updating readme with instructions 2021-10-30 11:56:17 +02:00
main.c Missing changes in main.c and makefile 2021-10-29 22:11:19 +02:00
manga.c Splitting manga.c contents into xml.c and soup.c. 2021-10-30 19:01: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.