Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
panel-plugins:xfce4-mailwatch-plugin:start [2024/12/10 01:34] – update image locations. add pop-up text kevinbowenpanel-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 fo Mailwatch, issue the+In order to install a released version of Mailwatch or from git, issue the
 following commands from the root of the Mailwatch source tree: following commands from the root of the Mailwatch source tree:
  
 <code> <code>
-./configure --prefix=${xfce_prefix} +meson setup --prefix=${xfce_prefix} build 
-make +meson compile -C build 
-make install+meson install -C build
 </code> </code>
  
 Where ''${xfce_prefix}'' is the location where Xfce 4 is installed. On Where ''${xfce_prefix}'' is the location where Xfce 4 is installed. On
-most systems this should be ''/usr''. The make install portion should+most systems this should be ''/usr''. The meson install portion should
 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: 
- 
-<code> 
-$ ./autogen.sh --prefix=${xfce_prefix} 
-$ make 
-$ make install 
-</code> 
  
 ---- ----