diff options
author | Don Stewart <dons@galois.com> | 2007-10-06 11:40:06 +0200 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2007-10-06 11:40:06 +0200 |
commit | cf12588b68d123645f27f84aa9e7fc64681d1ee4 (patch) | |
tree | 7379f92f789b8302112ad24bacca42c81ad1854b /README | |
parent | eaa8cddd8bbd09d9cbcce861d67488ae0654a16f (diff) | |
download | xmonad-cf12588b68d123645f27f84aa9e7fc64681d1ee4.tar.gz xmonad-cf12588b68d123645f27f84aa9e7fc64681d1ee4.tar.xz xmonad-cf12588b68d123645f27f84aa9e7fc64681d1ee4.zip |
mention C headers
darcs-hash:20071006094006-cba2c-ffd484d0f3524a513421bf242a03bb443216dbb8.gz
Diffstat (limited to '')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -40,6 +40,12 @@ Building: Get the dependencies + Firstly, you'll need the C X11 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 + It is likely that you already have some of these dependencies. To check whether you've got a package run 'ghc-pkg list some_package_name' |