From 5fcd660cbdf6911ba889a339f9ace62093e7f4e6 Mon Sep 17 00:00:00 2001 From: Claire Mouton Date: Thu, 29 Nov 2012 11:38:59 +0100 Subject: [PATCH] Bug #1836 Missing git package for Ubuntu dependency installation. --- Linux/scripts/ThirdParty-install-Base-Stuff.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.1