From: Claire Mouton Date: Thu, 29 Nov 2012 10:38:59 +0000 (+0100) Subject: Bug #1836 Missing git package for Ubuntu dependency installation. X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=5fcd660cbdf6911ba889a339f9ace62093e7f4e6 Bug #1836 Missing git package for Ubuntu dependency installation. --- diff --git a/Linux/scripts/ThirdParty-install-Base-Stuff.sh b/Linux/scripts/ThirdParty-install-Base-Stuff.sh index 86bf91f..a761d22 100644 --- a/Linux/scripts/ThirdParty-install-Base-Stuff.sh +++ b/Linux/scripts/ThirdParty-install-Base-Stuff.sh @@ -121,6 +121,7 @@ then ;; Ubuntu) apt-get --yes install build-essential # esta linea instala las librerias necesarias para compilar en ubuntu, g++ gcc etc etc etc. + apt-get --yes install git apt-get --yes install cmake apt-get --yes install cmake-gui apt-get --yes install cmake-curses-gui