Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Include path to Diff.pm file in the perl script
[simgrid.git] / buildtools / pipol / rc.debian
index 7d6668e..5fd8a96 100644 (file)
@@ -1,16 +1,19 @@
 #!/bin/bash
 
 sudo aptitude update
-sudo aptitude -y install make
+
+sudo aptitude -y install cmake
+sudo aptitude -y install default-jdk
+sudo aptitude -y install f2c
+sudo aptitude -y install g++
+sudo aptitude -y install gcc
 sudo aptitude -y install git
 sudo aptitude -y install git-core
-sudo aptitude -y install openjdk-6-jdk
+sudo aptitude -y install graphviz-dev graphviz
+sudo aptitude -y install liblua5.1-dev lua5.1
+sudo aptitude -y install libunwind7-dev
+sudo aptitude -y install make
 sudo aptitude -y install valgrind
-sudo aptitude -y install f2c
-sudo aptitude -y install gcc-4.6
-sudo aptitude -y install g++-4.6
-sudo aptitude -y install libpcre3-dev
-sudo aptitude -y install cmake
 
 which_svn=`which svn`          #svn necessary
 which_gcc=`which gcc`          #gcc gcc necessary
@@ -41,4 +44,4 @@ echo $which_perl
 echo $which_f2c
 echo $which_gcov
 echo $which_git
-echo "FIN------------------------------------"
\ No newline at end of file
+echo "FIN------------------------------------"