From cbc17bd39f4ef245183e5a54509ff3fbd4125ca6 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Sat, 6 Jun 2020 21:45:41 +0200 Subject: Fixes bug in outline generation, adds application icon to mainwindow, adds more README, adds save settings on closing settings dialog. --- README.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0158600..3e1b697 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A high-quality visual cross-platform gemini browser. - `text/markdown` - `text/*` - `image/*` -- Outline generation +- [Outline generation](https://mq32.de/public/d3cdeb38c55ce8100a631bbf761e7bc17b6806bb.png) - Favourite Sites - Tabbed interface - Survives [ConMans torture suite](gemini://gemini.conman.org/test/torture/) @@ -24,6 +24,38 @@ A high-quality visual cross-platform gemini browser. - Windows - FreeBSD - NetBSD + - OpenBSD + +## Screenshots + +### Generates Outlines + +![Outline Generation](https://mq32.de/public/d3cdeb38c55ce8100a631bbf761e7bc17b6806bb.png) + +### Fully Customizable Site Theme + +![Site Theme](https://mq32.de/public/7123e22a58969448c27b24df8510f4d56921bf23.png) + +## Build Instructions + +### Requirements + +- Latest Qt5 version with `widgets` and `network` modules + +### Build + +The usual Qt5 build process: + +```sh +mkdir build +cd build +qmake ../kristall.pro +make +``` + +Notes for OpenBSD: +- It seems like Qt wants `libzstd.so.3.1` instead of `libzstd.so.3.2`. Just symlink that file into the build directory +- Use `make` and not `gmake` to build the project. ## TODO - [ ] Survive full torture suite -- cgit v1.2.3