- 
                Notifications
    
You must be signed in to change notification settings  - Fork 792
 
Building the compiler
        Daniel Compton edited this page Nov 23, 2015 
        ·
        7 revisions
      
    Checkout this git repository and run:
script/buildAt the end of the build output you will see a line similar to the one below, but with different version numbers.
[INFO] Installing /Users/username/Developer/clojure/clojurescript/target/clojurescript-1.7.164-aot.jar to /Users/username/.m2/repository/org/clojure/clojurescript/1.7.164/clojurescript-1.7.164-aot.jarThis 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).
- Rationale
 - Quick Start
 - Differences from Clojure
 - [Usage of Google Closure](Google Closure)