Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Lenny don't have make by default on pipl!!!
authorNavarrop <Pierre.Navarro@imag.fr>
Tue, 4 Oct 2011 09:15:38 +0000 (11:15 +0200)
committerNavarrop <Pierre.Navarro@imag.fr>
Tue, 4 Oct 2011 09:15:38 +0000 (11:15 +0200)
buildtools/pipol/rc.debian

index cf1bc28..67cad4d 100644 (file)
@@ -1,7 +1,9 @@
 #!/bin/bash
 
 sudo aptitude update
 #!/bin/bash
 
 sudo aptitude update
+sudo aptitude -y install make
 sudo aptitude -y install git
 sudo aptitude -y install git
+sudo aptitude -y install git-core
 sudo aptitude -y install openjdk-6-jdk
 sudo aptitude -y install valgrind
 sudo aptitude -y install f2c
 sudo aptitude -y install openjdk-6-jdk
 sudo aptitude -y install valgrind
 sudo aptitude -y install f2c