From eabe1e395aa047b1aa3d0fbcc5111d79cfd6b6f3 Mon Sep 17 00:00:00 2001 From: sewn Date: Thu, 30 Jan 2025 17:05:39 +0300 Subject: [PATCH] README: add meson build instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d2c67e00f..1a05c9af0 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ The names will be different depending on your [distribution](https://github.com/ ### Building +#### Makefile + ``` git clone https://github.com/dunst-project/dunst.git cd dunst @@ -109,6 +111,16 @@ make sudo make install ``` +#### Meson + +``` +meson setup build +ninja -C build +ninja -C build install +``` + +Custom Meson build parameters can be found in [meson_options.txt](meson_options.txt). + ### Make parameters - `DESTDIR=`: Set the destination directory of the installation. (Default: `/`)