Skip to content

Commit

Permalink
README: add meson build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Jan 30, 2025
1 parent 7811bd4 commit eabe1e3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,25 @@ 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
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=<PATH>`: Set the destination directory of the installation. (Default: `/`)
Expand Down

0 comments on commit eabe1e3

Please sign in to comment.