Skip to content

Instantly share code, notes, and snippets.

@grav
Last active August 29, 2015 14:24
Show Gist options
  • Save grav/57fd2c4da27edfdd1467 to your computer and use it in GitHub Desktop.
Save grav/57fd2c4da27edfdd1467 to your computer and use it in GitHub Desktop.
replete build instructions
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