charadon / EarthDragon

Created
Was maintained by charadon
A non-minimalist web browser made with webkit2gtk.
git clone
Source code repository for EarthDragon web browser.
For end-user info, go to the website: https://earthdragon.iotib.net/
Build Instructions:
You will need the follow dependencies:
 - webkit2gtk4.0
 - glib-2.0
 - gobject-2.0
 - libhandy-1
 - gtk+-3.0
Once the dependencies have been aquired, simply run:
```
meson setup builddir
ninja -C builddir
```
And then if you want to install it, run:
```
ninja -C builddir install
```
To run the program, simply run it via your Applications Menu, or
you can run it via the command `net.iotib.EarthDragon`
You can find flatpak builds here: https://ftp.iotib.net/EarthDragon/flatpaks/