X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9223880adde1ff3d7b8941ca474eab9acfa862c5..8ddc785c2e24ffc57572207d9d838db542ed5860:/buildtools/pipol/rc.mac diff --git a/buildtools/pipol/rc.mac b/buildtools/pipol/rc.mac index 71cab633ed..35e122291a 100644 --- a/buildtools/pipol/rc.mac +++ b/buildtools/pipol/rc.mac @@ -3,8 +3,6 @@ sudo fink -y -q -b selfupdate sudo fink -y -q -b selfupdate-rsync -sudo fink -y -q -b install svn -sudo fink -y -q -b install gcc45 sudo fink -y -q -b install make sudo fink -y -q -b install lua51-dev lua51 sudo fink -y -q -b install unzip @@ -14,19 +12,9 @@ sudo fink -y -q -b install perl sudo fink -y -q -b install gd2 graphviz graphviz-dev sudo fink -y -q -b install pcre sudo fink -y -q -b install f2c +sudo fink -y -q -b install git +sudo fink -y -q -b install gcc45 -wget http://kernel.org/pub/software/scm/git/git-1.7.4.tar.gz -tar xzf git-1.7.4.tar.gz -cd git-1.7.4 -./configure --prefix=/usr -make -chmod 777 * -sudo make install -cd ../ -rm git-1.7.4.tar.gz -rm -rf git-1.7.4 - -which_svn=`which svn` #svn necessary which_gcc=`which gcc` #gcc gcc necessary which_gpp=`which g++` #gcc g++ necessary which_make=`which make` #make necessary @@ -48,7 +36,6 @@ echo $which_java echo $which_make echo $which_gcc echo $which_gpp -echo $which_svn echo $which_dot echo $which_wget echo $which_perl