From 8d68e3ee53126e288e4836146d9af54bdb0a78eb Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Tue, 12 Jul 2011 16:16:26 +0000 Subject: [PATCH] sqlite pb for Ubuntu. JPR --- Linux/scripts/ThirdParty-install-Base-Stuff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/scripts/ThirdParty-install-Base-Stuff.sh b/Linux/scripts/ThirdParty-install-Base-Stuff.sh index df614d0..cdc23c9 100644 --- a/Linux/scripts/ThirdParty-install-Base-Stuff.sh +++ b/Linux/scripts/ThirdParty-install-Base-Stuff.sh @@ -77,8 +77,8 @@ 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 sqlite apt-get --yes install libsqlite0-dev + apt-get --yes install libsqlite3-dev apt-get --yes install libosmesa6-dev #Mesa6 apt-get --yes install uuid-dev # uuid para la instalacion de itk apt-get --yes install libxaw7-dev # X11 -- 2.45.1