| Beacon Hill, Inc. | Technology Solutions |
Home > Knowledge Base > Clojure> Installing Clojure on Ubuntu
I already had Java and Ant installed so I followed with:
$ sudo apt-get install git-core
$ cd /opt $ sudo git clone git://github.com/richhickey/clojure.git
$ cd /opt/clojure $ ant
clojure-contrib is the clojure language extension library.
$ cd /opt $ git clone git://github.com/richhickey/clojure-contrib.git
$ cd clojure-contrib $ ant -Dclojure-jar=../clojure/clojure.jar
$ cd /opt/clojure $ git pull $ ant
$ cd /opt/clojure-contrib $ git pull $ ant -Dclojure.jar=../clojure/clojure.jar