Update Debian packages in README

This commit is contained in:
Sky 2018-08-06 18:29:27 -07:00
parent 27b1ce9dd7
commit 64a660894d

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: