Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
How to build without Leiningen
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan Raberg committed Mar 16, 2012
1 parent 89c47c0 commit 8865ac3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Expand Up @@ -30,6 +30,12 @@ The script [`build`](https://github.com/hraberg/shen.clj/blob/master/build) is u
`java -jar `[`shen.clj-0.1.2-standalone.jar`](https://github.com/downloads/hraberg/shen.clj/shen.clj-0.1.2-standalone.jar)


#### Plain

mkdir classes
java -cp lib/clojure-1.4.0-beta4.jar:src:classes clojure.main -m shen.install


#### Leiningen

lein trampoline run
Expand All @@ -41,6 +47,8 @@ The script [`build`](https://github.com/hraberg/shen.clj/blob/master/build) is u
java -cp lib/clojure-1.4.0-beta4.jar:shen.clj-0.1.2.jar shen


---

Shen 2010, copyright (C) 2010 Mark Tarver
www.lambdassociates.org, version 3.1
running under Clojure, implementation: Clojure 1.4.0-beta4 [jvm 1.8.0-ea]
Expand Down

0 comments on commit 8865ac3

Please sign in to comment.