Last active
August 29, 2015 14:24
-
-
Save grav/57fd2c4da27edfdd1467 to your computer and use it in GitHub Desktop.
replete build instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/clojure/clojurescript | |
cd clojurescript | |
brew install maven # for building clojurescript | |
./script/build | |
cd .. | |
git clone https://github.com/swannodette/tools.reader | |
cd tools.reader | |
git checkout cljs-bootstrap | |
lein install | |
# (Set the project.clj file so that it matches the ClojureScript master build number) | |
cd ../replete/ClojureScript/replete | |
pod install | |
open Replete.xcworkspace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment