https://github.com/bleakgrey/liberate
Reader mode library for libwebkit2gtk
https://github.com/bleakgrey/liberate
gtk reader reader-mode webkit webkitgtk
Last synced: 20 days ago
JSON representation
Reader mode library for libwebkit2gtk
- Host: GitHub
- URL: https://github.com/bleakgrey/liberate
- Owner: bleakgrey
- License: gpl-3.0
- Created: 2019-05-16T11:50:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T11:20:27.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T07:40:36.944Z (6 months ago)
- Topics: gtk, reader, reader-mode, webkit, webkitgtk
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# liberate
Reader mode for libwebkit2gtk## Building and Installation
You'll need the following dependencies:
* meson >= 0.48.2
* valac
* webkit2gtk-4.0Run these commands to build liberate:
meson build --prefix=/usr
cd build
ninjaThis command creates a `build` directory. For all following commands, change to
the build directory before running them.To install, run `ninja install`:
ninja install
To uninstall, run `ninja uninstall`:
ninja uninstall
To see a demo app, run `liberate-demo` after installing liberate:
liberate-demo