]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-Base-Stuff.sh
Updated the Linux installation README.txt.
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Base-Stuff.sh
index 86bf91f9eb21f09b1323aed05bffd32ae57c87bb..cd145fc39cd4129ef24246369fb6ff3ff66b35c3 100644 (file)
@@ -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
@@ -135,6 +136,7 @@ then
      apt-get --yes install libboost-dev  #Boost
      apt-get --yes install libboost-all-dev #Boost
      apt-get --yes install libqt4-dev #QT4
+     apt-get --yes install libxerces-c-dev
      ## CLAIRE - JGRR
      apt-get --yes install qt4-qmake #QT4 qmake
      apt-get --yes install libsqlite0-dev