Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.13 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.13 KB

icon Quilter

Focus on your writing

Get it on AppCenter

Build Status License: GPL v3

Screenshot

License

Fonts under the /data/font directory are under License: SIL OFL 1.1, also copied there in full.

Donations

Would you like to support the development of this app to new heights? Then:

Be my backer on Patreon

or

Buy me a coffee on Kofi

Dependencies

Please make sure you have these dependencies first before building.

valac
libgranite-dev
libgtkspell3-3-dev
gtk+-3.0
gtksourceview-3.0
libwebkit2gtk-4.0-dev
libmarkdown2-dev
meson

Building

Simply clone this repo, then:

$ meson build && cd build
$ meson configure -Dprefix=/usr
$ sudo ninja install