Skip to content
Snippets Groups Projects
Commit 648d5ecc authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Installs epub readers.

parent 6d287fe7
No related branches found
No related tags found
No related merge requests found
......@@ -251,8 +251,39 @@ cd ~
#-----------------------------------------------------------------------
# To read MOBI, EPUB, etc.
# https://www.calibre-ebook.com/
# Best option, lots of customization.
sudo apt install calibre
# https://johnfactotum.github.io/foliate/
sudo snap install foliate
# https://fbreader.org/en/linux
sudo apt install fbreader
# https://github.com/babluboy/bookworm
# Dependencies.
sudo apt-get install unzip poppler-utils unar html2text python2.7 \
libgtk-3-dev libgee-0.8-dev libgranite-dev libsqlite3-dev \
libxml2-dev webkit2gtk-4.0 libwebkit2gtk-4.0-37 \
libpoppler-glib-dev \
meson valac gettext curl ninja-build appstream git
# Clone and install.
cd ~/Documents
git clone https://github.com/babluboy/bookworm.git
cd bookworm
meson build --prefix=/usr
mkdir -p build && cd build
ninja
sudo ninja install
# Call the application.
com.github.babluboy.bookworm
# https://github.com/oguzhaninan/Buka
sudo snap install buka
#-----------------------------------------------------------------------
# Imaginary Teleprompter.
# https://snapcraft.io/install/imaginary-teleprompter/ubuntu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment