Windows:
Download ANT (zipfile) and upzip it to a location and that in your PATH. Eg, C:\ANT
http://ant.apache.org/bindownload.cgi
Create Environmental variable ANT_HOME = C:\Program Files (x86)\apache-ant-1.9.4
Add to your path the following: %ANT_HOME%\bin
OS X:
type in terminal: brew install ant
0 Comments