Merge pull request #179 from countermeasure/patch-1

Update Debian packages in README
This commit is contained in:
Sibi 2018-08-07 10:35:16 +05:30 committed by GitHub
commit 3c2b09c213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 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 libxrandr-dev # for xmonad
$ apt-get install libx11-dev libxinerama-dev libxext-dev libxrandr-dev libxss-dev
# for xmonad-contrib
$ apt-get install libxft-dev
Then build and install with: Then build and install with: