Explorar el Código

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

Add ant dependency for gemini test
Mike Smith hace 9 años
padre
commit
1fb5639f89
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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.` \
   libboost-dev                      `# Silicon relies on boost::lexical_cast.` \
   postgresql-server-dev-9.3         `# Needed by cpoll.` \
   postgresql-server-dev-9.3         `# Needed by cpoll.` \
   xdg-utils                         `# Needed by dlang.` \
   xdg-utils                         `# Needed by dlang.` \
-  python-pip
+  python-pip \
+  ant
 
 
 sudo pip install colorama==0.3.1
 sudo pip install colorama==0.3.1
 # Version 2.3 has a nice Counter() and other features
 # Version 2.3 has a nice Counter() and other features