summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2008-02-12 21:35:02 +0100
committerDon Stewart <dons@galois.com>2008-02-12 21:35:02 +0100
commit03d04a180dd30b8d642551c5f7ee094ae5e20cd8 (patch)
tree987b70d5dc7b8b9307c9e2205234a6fab8c65999 /README
parentb948a50f8392202d03b19efac3eead7b8b19cd54 (diff)
downloadmetatile-03d04a180dd30b8d642551c5f7ee094ae5e20cd8.tar
metatile-03d04a180dd30b8d642551c5f7ee094ae5e20cd8.zip
add quickstart instructions
darcs-hash:20080212203502-cba2c-d60422a43882486e717820e716e81e75f1d601cc
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 5ccf04b..b8f362b 100644
--- a/README
+++ b/README
@@ -12,6 +12,16 @@
workspace. Xinerama is fully supported, allowing windows to be tiled
on several physical screens.
+Quick start:
+
+Obtain the dependent libraries, then build with:
+
+ runhaskell Setup.lhs configure --user --prefix=$HOME
+ runhaskell Setup.lhs build
+ runhaskell Setup.lhs install --user
+
+For the full story, read on.
+
Building:
Building is quite straightforward, and requries a basic Haskell toolchain.