Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 669 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 669 Bytes

Enigma

A simple text editor.

Please do not theme this app License: GPL v3

Screenshot

🛠️ Dependencies

Please make sure you have these dependencies first before building.

gtk4
libgee-0.8
libhelium-1.0
meson
vala

🏗️ Building

Simply clone this repo, then:

meson _build --prefix=/usr && cd _build
sudo ninja install