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
participants (1)
-
mhenoch@common-lisp.net