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 ==== NONEpull/928/head
parent
e8e0853825
commit
44f4428e27
|
@ -23,7 +23,8 @@ sudo pacman -S --needed \
|
|||
curl \
|
||||
pkg-config \
|
||||
icu \
|
||||
automake
|
||||
automake \
|
||||
libjpeg-turbo
|
||||
|
||||
# upgrade virtualenv to latest from pypi
|
||||
sudo pip2 install --upgrade virtualenv
|
||||
|
|
|
@ -24,5 +24,6 @@ sudo apt-get install -y \
|
|||
curl \
|
||||
libicu-dev \
|
||||
pkg-config \
|
||||
automake
|
||||
automake \
|
||||
libjpeg-dev
|
||||
|
||||
|
|
|
@ -25,4 +25,6 @@ apt-get install -y \
|
|||
curl \
|
||||
libicu-dev \
|
||||
pkg-config \
|
||||
automake
|
||||
automake \
|
||||
libjpeg-dev
|
||||
|
||||
|
|
|
@ -24,7 +24,8 @@ sudo dnf install -y \
|
|||
curl \
|
||||
pkgconfig \
|
||||
libicu-devel \
|
||||
automake
|
||||
automake \
|
||||
libjpeg-turbo-devel
|
||||
|
||||
# upgrade virtualenv to latest from pypi
|
||||
sudo pip install --upgrade virtualenv
|
||||
|
|
Loading…
Reference in New Issue