您最多选择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
|