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 | 0210426f2d6488115362bcb5f681e5178cad969a (patch) | |
tree | 7379f92f789b8302112ad24bacca42c81ad1854b /README | |
parent | a5396290ae7c5ccf3f5af630ad273760f3147cbb (diff) | |
download | metatile-0210426f2d6488115362bcb5f681e5178cad969a.tar metatile-0210426f2d6488115362bcb5f681e5178cad969a.zip |
mention C headers
darcs-hash:20071006094006-cba2c-ffd484d0f3524a513421bf242a03bb443216dbb8
Diffstat (limited to 'README')
-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' |