1
0
mirror of https://github.com/xmonad/xmonad.git synced 2025-07-26 17:51:51 -07:00

Update README to add xrandr dependency and add build/install instruction.

This commit is contained in:
Tim McIver
2017-04-13 22:31:34 -04:00
parent 10b843ad21
commit 5afdc16387

@@ -60,7 +60,11 @@ We'll now walk through the complete list of toolchain dependencies.
library headers. On many platforms, these come pre-installed. For library headers. On many platforms, these come pre-installed. For
others, such as Debian, you can get them from your package manager: others, such as Debian, you can get them from your package manager:
$ apt-get install libx11-dev libxinerama-dev libxext-dev $ apt-get install libx11-dev libxinerama-dev libxext-dev libxrandr-dev
Then build and install with:
$ cabal install
## Running xmonad ## Running xmonad