Updated README.md Installation section to note installing via package managers

This commit is contained in:
Morgan Aldridge 2021-03-25 09:00:44 -04:00
parent eb4c348b6a
commit 9aaa7f42a6
1 changed files with 8 additions and 0 deletions

View File

@ -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.