Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.2 KB

File metadata and controls

49 lines (37 loc) · 1.2 KB
An icon consisting of a black square with a thick brown border and a white grid

Slate

The text editor that's dumb as rocks

License: GPL v3 CI

Made for elementary OS Get it on AppCenter

Building

Make sure you have the following dependencies:

libgranite-7-dev
gtk-4.0
libgio-2.0
meson
valac

Clone the repository and run:

meson setup build --prefix=/usr
cd build
ninja

Then to install run:

sudo ninja install

To build flatpak:

flatpak-builder build io.github.wpkelso.slate.yaml --user --install --force-clean --install-deps-from=appcenter