Skip to content

kernel1024/qmanga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qmanga

Manga and book reader written with Qt.

Multithreaded manga viewer with fast bookshelf support. ZIP, RAR, PDF, DJVU packed files with original images or scanned pages supported. Text book formats also supported: TXT, EPUB, FB2. Supported office documents: RTF, DOC, DOCX, XLS, XLSX, PPT, PPTX, WPS, ODT, ODS, ODP via LibreOffice converter to PDF format.

Requirements:

  • Qt 6.2+ (gui, widgets, dbus (for linux), sql, xml, network) with C++20 support
  • libzip
  • zlib
  • ICU
  • MySQL client library and SQLite 3.x+ with Qt drivers for QtSQL
  • intel-tbb

Additional requirements (optional for linux build):

  • Poppler 0.83+ - PDF files support
  • Tesseract (with japanese recognition data) - OCR functionality
  • Djvulibre - DJVU files support
  • ebook-tools (libepub) - EPUB files support

Running MySQL server is preferred for collection management and search features at top speed. Also SQLite local database is supported.