diff options
author | Don Stewart <dons@galois.com> | 2008-02-12 21:35:02 +0100 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2008-02-12 21:35:02 +0100 |
commit | 03d04a180dd30b8d642551c5f7ee094ae5e20cd8 (patch) | |
tree | 987b70d5dc7b8b9307c9e2205234a6fab8c65999 /README | |
parent | b948a50f8392202d03b19efac3eead7b8b19cd54 (diff) | |
download | metatile-03d04a180dd30b8d642551c5f7ee094ae5e20cd8.tar metatile-03d04a180dd30b8d642551c5f7ee094ae5e20cd8.zip |
add quickstart instructions
darcs-hash:20080212203502-cba2c-d60422a43882486e717820e716e81e75f1d601cc
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |