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

View File

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