25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

install.sh 181 B

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