Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert to shell functions
[simgrid.git] / buildtools / Cmake / make_dist.sh
1 #!/bin/bash
2 # This script creates a new dist archive from the svn
3
4 set -e # fail fast on errors 
5 source ~/simgrid-svn/buildtools/Cmake/cmake_simgrid.conf # get config
6
7 echo "get Linux dependencies"
8 sudo aptitude install -y libtool automake1.10 autoconf libgcj10-dev gcc g++ bash flex flexml doxygen bibtex bibtool iconv bibtex2html addr2line valgrind transfig
9
10 make_dist
11
12 echo "Done!"