Add libjpeg-turbo package to build_host scripts

==== Fixed Issues ====
#926
====  Tech Notes ====
All build_host_setup_* scripts updated with versions of the
libjpeg62-turbo package

====  Documentation Notes ====
NONE

==== Localization Notes ====
NONE

==== Environment Notes ====
libjpeg-turbo62-dev will be needed as a requirement for the mycroft-core
package.

==== Protocol Notes ====
NONE
pull/928/head
Åke Forslund 2017-07-24 08:08:29 +02:00
parent e8e0853825
commit 44f4428e27
4 changed files with 9 additions and 4 deletions

View File

@ -23,7 +23,8 @@ sudo pacman -S --needed \
curl \ curl \
pkg-config \ pkg-config \
icu \ icu \
automake automake \
libjpeg-turbo
# upgrade virtualenv to latest from pypi # upgrade virtualenv to latest from pypi
sudo pip2 install --upgrade virtualenv sudo pip2 install --upgrade virtualenv

View File

@ -24,5 +24,6 @@ sudo apt-get install -y \
curl \ curl \
libicu-dev \ libicu-dev \
pkg-config \ pkg-config \
automake automake \
libjpeg-dev

View File

@ -25,4 +25,6 @@ apt-get install -y \
curl \ curl \
libicu-dev \ libicu-dev \
pkg-config \ pkg-config \
automake automake \
libjpeg-dev

View File

@ -24,7 +24,8 @@ sudo dnf install -y \
curl \ curl \
pkgconfig \ pkgconfig \
libicu-devel \ libicu-devel \
automake automake \
libjpeg-turbo-devel
# upgrade virtualenv to latest from pypi # upgrade virtualenv to latest from pypi
sudo pip install --upgrade virtualenv sudo pip install --upgrade virtualenv