Skip to content

Building the compiler

Mike Fikes edited this page Feb 1, 2016 · 7 revisions

Checkout this git repository and run:

script/build

At the end of the build output you will see a line similar to the one below, but with different version numbers.

[INFO] Installing <...>/clojurescript/target/clojurescript-1.7.164-aot.jar to /Users/username/.m2/repository/org/clojure/clojurescript/1.7.164/clojurescript-1.7.164-aot.jar

This shows that ClojureScript 1.7.164 has been built, and is installed in your local Maven repo. To use it, specify your ClojureScript dependency as [org.clojure/clojurescript "1.7.164"] (but with the version number that you built).

Clone this wiki locally