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

13 lines
204 B

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