From 810564f75fa0cdeb62a94f00e5f6cfb7af6c1d49 Mon Sep 17 00:00:00 2001 From: Gres Date: Sun, 25 Oct 2015 14:38:57 +0300 Subject: [PATCH] Update of build scripts. --- scripts/install_deps.sh | 1 + scripts/make_all.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 9673e9c..2c3d5b2 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -1,4 +1,5 @@ #!/bin/bash +sudo apt-get update -q sudo apt-get -y install libxcb-util0-dev fakeroot libtesseract-dev libleptonica-dev qt5-qmake libqt5webkit5-dev libqt5x11extras5-dev g++ #sudo apt-get -y install tesseract-ocr-eng #for testing diff --git a/scripts/make_all.sh b/scripts/make_all.sh index 4f93610..db51223 100755 --- a/scripts/make_all.sh +++ b/scripts/make_all.sh @@ -6,7 +6,7 @@ cleanupDirInNeeded $WORK_DIR echo "Running all scripts for $PLATFORM" #./install_deps $@ #./get_tessdata.sh $@ -#./get_deps.sh $@ +./get_deps.sh $@ ./make_deps.sh $@ ./make_app.sh $@ if [ "$PLATFORM" == "linux" ]; then