You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

install.sh 184 B

1234567891011
  1. if [ $kernel == "Darwin" ]; then
  2. brew install jsoncpp
  3. else
  4. sudo apt-get update
  5. sudo apt-get install libjsoncpp-dev
  6. fi
  7. cp lib/anttasks.jar ~
  8. pushd ~
  9. jar xf anttasks.jar
  10. pushd -0