diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 21:45:41 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 21:45:41 +0200 |
| commit | cbc17bd39f4ef245183e5a54509ff3fbd4125ca6 (patch) | |
| tree | bf35bd5f6a64a22fe002316d0d311a3b5f4107ab /README.md | |
| parent | eb283439a68dfb70a075205859d891dca831626b (diff) | |
| download | kristall-cbc17bd39f4ef245183e5a54509ff3fbd4125ca6.tar.gz | |
Fixes bug in outline generation, adds application icon to mainwindow, adds more README, adds save settings on closing settings dialog.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 34 |
1 files changed, 33 insertions, 1 deletions
@@ -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 + + + +### Fully Customizable Site Theme + + + +## 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 |
