Простая читалка электронных книг, написанная на C++ с использованием тулкита Qt5.
В настоящий момент поддерживаются следующие форматы:
- FictionBook 2.0 (fb2)
- Zipped FictionBook 2.0 (fb2.zip)
- FictionBook 3.0 (fb3)
- Electronic Publication (epub)
- Comics Book Zip (cbz)
- Ancient Machine Book (amb)
- Склонировать репозиторий
- sudo apt install cmake qt6-webengine-dev libzip-dev qt6-tools-dev
qt6-webengine-dev-tools libgl1-mesa-dev libvulkan-dev qt6-l10n-tools
qt6-tools-dev-tools libqt6opengl6-dev zipcmp zipmerge ziptool - mkdir -p build && cd build && cmake .. && make
- sudo apt-get install git cmake qt6-base-devel qt6-webengine-devel
libzip-devel qt6-tools-devel - Склонировать репозиторий
- mkdir -p build && cd build && cmake .. && make
- sudo add-apt-repository ppa:bulvinkl/ppa
- sudo apt update
- sudo apt install qbr
Simple book reader, written on C++ with Qt5 toolkit.
For now it support the next file formats:
- FictionBook 2.0 (fb2)
- Zipped FictionBook 2.0 (fb2.zip)
- FictionBook 3.0 (fb3)
- Electronic Publication (epub)
- Comics Book Zip (cbz)
- Ancient Machine Book (amb)
- Clone this repository
- sudo apt install cmake qt6-webengine-dev libzip-dev qt6-tools-dev
qt6-webengine-dev-tools libgl1-mesa-dev libvulkan-dev qt6-l10n-tools
qt6-tools-dev-tools libqt6opengl6-dev zipcmp zipmerge ziptool - mkdir -p build && cd build && cmake .. && make
- sudo apt-get install git cmake qt6-base-devel qt6-webengine-devel
libzip-devel qt6-tools-devel - Clone this repository
- mkdir -p build && cd build && cmake .. && make
- sudo add-apt-repository ppa:bulvinkl/ppa
- sudo apt update
- sudo apt install qbr