Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We also need transfig to build a dist
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 22 Dec 2009 16:11:55 +0000 (16:11 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 22 Dec 2009 16:11:55 +0000 (16:11 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6918 48e7efb5-ca39-0410-a469-dd3cf9ba447f

buildtools/Cmake/make_dist.sh

index 4af39e1..b48f55d 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}