Seneca is an epub reader made to fit in GNOME.
To download:
git clone [email protected]: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
For installation:
- gcc
- python3
- pygobject-3.0
- webkit2gtk-web-extension-4.0
- meson
- glib-compile-schemas
For running:
- python3
- python3-gobject
- python3-lxml
- webkit2gtk
This software is under the GPLv3. See the COPYING file.