From 0f178c2475e1c852c4ac3c19b3f3e15a5dadba8d Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Sat, 7 Feb 2015 12:46:01 -0500 Subject: [PATCH] add libjson-perl for 12.04 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 350476df0..09d454593 100755 --- a/install.sh +++ b/install.sh @@ -118,7 +118,7 @@ sudo apt-get install --assume-yes --install-recommends \ libjpeg-dev libboost1.48-all-dev libgsl0-dev libx11-dev libxext-dev liblapack-dev \ libeigen3-dev libflann-dev libvtk5-dev libqhull-dev libusb-1.0-0-dev\ libzip-dev \ - libswitch-perl \ + libswitch-perl libjson-perl \ libcv-dev libcvaux-dev libopencv-dev \ > "$TOOLS_LOG_PATH/apt-get_install.log" 2>&1 else