dyskette / seneca

EPUB reader for GNOME

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seneca (in development)

Seneca is an epub reader made to fit in GNOME.

Screenshot

Installation

To download:

git clone git@github.com:dyskette/seneca.git
cd seneca

To build and install, seneca uses meson with ninja. Run the following commands:

meson builddir
ninja -C builddir
sudo ninja -C builddir install

Requirements

For installation:

  • gcc
  • python3
  • pygobject-3.0
  • webkit2gtk-web-extension-4.0
  • meson
  • glib-compile-schemas

For running:

  • python3
  • python3-gobject
  • python3-lxml
  • webkit2gtk

License

This software is under the GPLv3. See the COPYING file.

About

EPUB reader for GNOME

License:GNU General Public License v3.0


Languages

Language:Python 93.1%Language:C 4.1%Language:Meson 2.8%