- Download Ant distribution from https://ant.apache.org/bindownload.cgi
- Check that compatible java version is already installed on local machine & environment variable JAVA_HOME is already set. Following commands can help to check that.

- Unzip the Ant downloaded distribution package
- Set environment variable ANT_HOME pointing to base directory of unzipped ant distribution.

- Add new entry in PATH environment variable, to add path of ant bin directory.

- To check if ant is successfully installed, open command prompt and type command “ant -version”, it should show installed version of ant.
