選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
231 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. sudo apt-get install ant
  8. fi
  9. cp lib/anttasks.jar ~
  10. pushd ~
  11. jar xf anttasks.jar
  12. pushd -0