From 9aaa7f42a6c2841ca5e0f4879b2384ca77b14e33 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Thu, 25 Mar 2021 09:00:44 -0400 Subject: [PATCH] Updated README.md Installation section to note installing via package managers --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 77ba337..06ad9a5 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ MLVWM (Macintosh-Like Virtual Window Manager) is an X11 window manager with a cl ## INSTALLATION +### Building from Source + Build & installation currently still requires [imake](https://en.wikipedia.org/wiki/Imake) & make. While the original documentation says that `xmkmf -a` should work, we've found it's usually necessary to do the following: cd man && xmkmf && cd - @@ -33,6 +35,12 @@ Build & installation currently still requires [imake](https://en.wikipedia.org/w xmkmf make && make install +### Package Managers + +Native packages are provided on some operating systems, including: + +* OpenBSD: `pkg_add mlvwm` + ## CONFIGURATION While some sample configuration files are included in the `sample_rc` directory, we highly suggest using the configuration files from the [mlvwmrc](https://github.com/morgant/mlvwmrc) project.