選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- if [ $(uname) == "Darwin" ]; then
- brew install ant
- brew install jsoncpp
- else
- sudo apt-get update
- sudo apt-get install libjsoncpp-dev
- sudo apt-get install ant
- fi
-
- cp lib/anttasks.jar ~
- pushd ~
- jar xf anttasks.jar
- pushd -0
|