We took the closure submodule out, but we forgot to point that out in the README.
Perhaps add the following:
closure compiler:
# install it
brew install closure-compiler
# note the date on the jar path may be different in your installation
ln -s /usr/local/Cellar/closure-compiler/20120430/libexec/build/compiler.jar lib/closure/compiler.jar
closure library:
# we recommend installing it outside `acorn-player`, and symlinking it in:
cd ..
git clone https://github.com/jarib/google-closure-library.git closure-library
cd acorn-player/lib/closure
ln -s ../../../closure-library library
# you can also clone it directly into the project:
git clone https://github.com/jarib/google-closure-library.git library
We took the closure submodule out, but we forgot to point that out in the README.
Perhaps add the following:
closure compiler:
closure library: