[Cl-darcs-cvs] r201 - cl-darcs/trunk
mhenoch at common-lisp.net
mhenoch at common-lisp.net
Wed Apr 2 22:40:59 UTC 2008
Author: mhenoch
Date: Wed Apr 2 17:40:59 2008
New Revision: 201
Modified:
cl-darcs/trunk/README
Log:
Mention compilation in README
Modified: cl-darcs/trunk/README
==============================================================================
--- cl-darcs/trunk/README (original)
+++ cl-darcs/trunk/README Wed Apr 2 17:40:59 2008
@@ -2,7 +2,18 @@
writing it because the original client requires GHC (the Glasgow
Haskell Compiler), which is not available on all platforms.
-cl-darcs is currently in a very early state of development.
+* Compiling
+
+If you use CLISP or SBCL, you can use cl-darcs as a standalone
+executable with an interface very similar to the real darcs. Just
+run:
+
+./configure && make && make install
+
+You can also use cl-darcs from the REPL, by installing it as an ASDF
+system:
+
+ln -s $PWD/cl-darcs.asd /path/to/asdf-systems/
* Usage
More information about the Cl-darcs-cvs
mailing list