mirror of
https://github.com/morgant/mlvwm.git
synced 2025-01-04 06:32:18 +00:00
Updated README.md Installation section to note installing via package managers
This commit is contained in:
parent
eb4c348b6a
commit
9aaa7f42a6
@ -25,6 +25,8 @@ MLVWM (Macintosh-Like Virtual Window Manager) is an X11 window manager with a cl
|
|||||||
|
|
||||||
## INSTALLATION
|
## 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:
|
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 -
|
cd man && xmkmf && cd -
|
||||||
@ -33,6 +35,12 @@ Build & installation currently still requires [imake](https://en.wikipedia.org/w
|
|||||||
xmkmf
|
xmkmf
|
||||||
make && make install
|
make && make install
|
||||||
|
|
||||||
|
### Package Managers
|
||||||
|
|
||||||
|
Native packages are provided on some operating systems, including:
|
||||||
|
|
||||||
|
* OpenBSD: `pkg_add mlvwm`
|
||||||
|
|
||||||
## CONFIGURATION
|
## 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user