Install Fvwm: Difference between revisions
Jump to navigation
Jump to search
(Created page with "right|200px|link=File:myExt-in-action.png|Image This page provides the basic information on how to install Fvwm3 on different Linux distros '''HOW TO INSTALL on MX Linux''' A. '''INSTALL Fvwm3''' ''sudo apt-get install fvwm3'' '''View documentation, XDG menu, and Network:'''</br> ''sudo apt-get install asciidoctor xterm python3-xdg stalonetray'' '''Required by Extension Installer and thumbnails:'''</br> ''sudo apt install yad gawk sed w...") |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[File: | [[File:fvwm-default-105.png|right|200px|link=File:fvwm-default-105.png|Image]] | ||
To install Fvwm3, you can either use your distribution's package manager (if available) or build it from source using meson. The meson build system is preferred, but autotools are available for older systems. Dependencies include development packages specific to your distribution, and optionally Docker for building within a container. | |||
''' | '''Core and Optional dependences, check it here''':<br> | ||
https://github.com/fvwmorg/fvwm3/blob/main/INSTALL.md | |||
'''Download from GitHub and install''': | |||
'' | ''git clone https://github.com/fvwmorg/fvwm3.git''<br> | ||
''cd fvwm3''<br> | |||
''meson setup --prefix=/usr -Dmandoc=true -Dhtmldoc=true build''<br> | |||
'' | ''ninja -C build''<br> | ||
''sudo meson install -C build'' | |||
'' | |||
'' | |||
''sudo | |||
C | |||
__NOTOC____NOEDITSECTION__ | __NOTOC____NOEDITSECTION__ | ||
[[Category:howto]] | [[Category:howto]] | ||
Latest revision as of 16:16, 13 July 2025
To install Fvwm3, you can either use your distribution's package manager (if available) or build it from source using meson. The meson build system is preferred, but autotools are available for older systems. Dependencies include development packages specific to your distribution, and optionally Docker for building within a container.
Core and Optional dependences, check it here:
https://github.com/fvwmorg/fvwm3/blob/main/INSTALL.md
Download from GitHub and install:
git clone https://github.com/fvwmorg/fvwm3.git
cd fvwm3
meson setup --prefix=/usr -Dmandoc=true -Dhtmldoc=true build
ninja -C build
sudo meson install -C build