Update of build scripts.
This commit is contained in:
parent
f9b47872d7
commit
810564f75f
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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 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
|
#sudo apt-get -y install tesseract-ocr-eng #for testing
|
||||||
|
@ -6,7 +6,7 @@ cleanupDirInNeeded $WORK_DIR
|
|||||||
echo "Running all scripts for $PLATFORM"
|
echo "Running all scripts for $PLATFORM"
|
||||||
#./install_deps $@
|
#./install_deps $@
|
||||||
#./get_tessdata.sh $@
|
#./get_tessdata.sh $@
|
||||||
#./get_deps.sh $@
|
./get_deps.sh $@
|
||||||
./make_deps.sh $@
|
./make_deps.sh $@
|
||||||
./make_app.sh $@
|
./make_app.sh $@
|
||||||
if [ "$PLATFORM" == "linux" ]; then
|
if [ "$PLATFORM" == "linux" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user