Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 628 Bytes

File metadata and controls

26 lines (19 loc) · 628 Bytes

MeriseDot

Installation

From source

Before building, ensure you have the following dependencies installed (how, I don't care, they just need to be installed on your system) :

Then, clone this repository. Next, run one of these commands (as of now, directory creation isn't handled, this is still in progress) :

just mkProd # if you have the just command installed
meson setup build --prefix=~./local && meson install -C build

[GTK4] [libadwaita]