aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-02-18 20:32:11 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-02-18 20:32:11 +0100
commit64b98124c1ada9180d8e713df5bc28d9c8243a75 (patch)
tree4b537ac92a138c1c1d294dadf0978295a7f7c83b
parent7a1aa61172658b644bdaa1eaa588bbc31625d48c (diff)
Add file INSTALL.
-rw-r--r--INSTALL38
1 files changed, 38 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..14b595b
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,38 @@
+#author Christoph Senjak and Matthias Benkard
+#date 2009-02-18 - <lisp>(format-time-string "%Y-%m-%d")</lisp>
+#title CljSSSS^g Quick Start Guide
+#desc The CljSSSS^g installation guide
+
+; Time-stamp: <2009-02-18 20:31:12 mulk>
+;
+; C-c i t insert-time-stamp
+; C-c C-t muse-project-publish-this-file
+; C-c C-e muse-edit-link-at-point
+; C-c C-i muse-insert-thing
+
+; CljSSSS<literal><sup>g</sup></literal>
+
+
+* Dependencies
+
+The following dependencies need to be on your class path:
+
+ - Clojure
+
+ - Compojure along with all of its dependencies, including:
+ - Fact
+ - Jetty
+ - Rend
+ - The Apache Commons Logging API
+ - The Java Servlet API
+
+ - <verbatim>StringTemplate</verbatim> along with ANTLR
+
+
+----
+
+*<lisp>(format-time-string "%Y-%m-%d, %k:%M %Z")</lisp>*
+
+; Local Variables:
+; mode: muse
+; End: