summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-10-06 11:40:06 +0200
committerDon Stewart <dons@galois.com>2007-10-06 11:40:06 +0200
commit0210426f2d6488115362bcb5f681e5178cad969a (patch)
tree7379f92f789b8302112ad24bacca42c81ad1854b /README
parenta5396290ae7c5ccf3f5af630ad273760f3147cbb (diff)
downloadmetatile-0210426f2d6488115362bcb5f681e5178cad969a.tar
metatile-0210426f2d6488115362bcb5f681e5178cad969a.zip
mention C headers
darcs-hash:20071006094006-cba2c-ffd484d0f3524a513421bf242a03bb443216dbb8
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index dff9617..733aed4 100644
--- a/README
+++ b/README
@@ -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'