Browse Source

Merge pull request #1990 from cjnething/ant-dependency-gemini-test-jn

Add ant dependency for gemini test
Mike Smith 9 years ago
parent
commit
1fb5639f89
1 changed files with 2 additions and 1 deletions
  1. 2 1
      toolset/setup/linux/prerequisites.sh

+ 2 - 1
toolset/setup/linux/prerequisites.sh

@@ -54,7 +54,8 @@ sudo apt-get -qqy install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options:
   libboost-dev                      `# Silicon relies on boost::lexical_cast.` \
   postgresql-server-dev-9.3         `# Needed by cpoll.` \
   xdg-utils                         `# Needed by dlang.` \
-  python-pip
+  python-pip \
+  ant
 
 sudo pip install colorama==0.3.1
 # Version 2.3 has a nice Counter() and other features