Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cb0b4623ea2cca24850af33baa515accc4ba34c9
[simgrid.git] / buildtools / scripts / build_from_dist.sh
1 #! /bin/bash
2 # This script waits that the make_dist script finishes building the right archive in ~/simgrid
3 # and then builds it using the autotools
4
5
6 source ~/simgrid-svn/buildtools/scripts/simgrid_build.conf
7
8 open_archive
9 ./configure $@
10 make