Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
panel-plugins:xfce4-mailwatch-plugin:start [2024/12/10 01:34] – update image locations. add pop-up text kevinbowen | panel-plugins:xfce4-mailwatch-plugin:start [2025/05/20 15:47] (current) – [Installation] Meson andreldm | ||
---|---|---|---|
Line 381: | Line 381: | ||
===== Installation ===== | ===== Installation ===== | ||
- | In order to install a released version | + | In order to install a released version |
following commands from the root of the Mailwatch source tree: | following commands from the root of the Mailwatch source tree: | ||
< | < | ||
- | $ ./ | + | $ meson setup --prefix=${xfce_prefix} |
- | $ make | + | $ meson compile -C build |
- | $ make install | + | $ meson install |
</ | </ | ||
Where '' | Where '' | ||
- | most systems this should be ''/ | + | most systems this should be ''/ |
be run as root (or via sudo) if the prefix is a system location. | be run as root (or via sudo) if the prefix is a system location. | ||
- | |||
- | In order to install the Git version of Mailwatch, issue the following | ||
- | commands instead: | ||
- | |||
- | < | ||
- | $ ./ | ||
- | $ make | ||
- | $ make install | ||
- | </ | ||
---- | ---- |