]> AND Public Git Repository - simgrid.git/blobdiff - buildtools/Cmake/make_dist.sh
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We also need transfig to build a dist
[simgrid.git] / buildtools / Cmake / make_dist.sh
index 4af39e103baf51119e3e1fc588ee44144dba1d5e..b48f55dbfbb79b2a2b1621c6d6062118a303c7e7 100755 (executable)
@@ -7,7 +7,7 @@ set -e
 source ~/simgrid-svn/buildtools/Cmake/cmake_simgrid.conf
 
 echo "get Linux dependencies"
-sudo aptitude install -y libtool automake1.10 autoconf libgcj10-dev gcc g++ bash flex flexml doxygen bibtex bibtool iconv bibtex2html addr2line valgrind
+sudo aptitude install -y libtool automake1.10 autoconf libgcj10-dev gcc g++ bash flex flexml doxygen bibtex bibtool iconv bibtex2html addr2line valgrind transfig
 
 echo "update the svn"
 cd ${SIMGRID_SVN_ROOT}