Skip to content

Commit

Permalink
Update build-appimage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aferrero2707 authored Sep 29, 2018
1 parent 609c1f5 commit 2aab26f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yum install -y centos-release-scl || exit 1
yum install -y devtoolset-4-gcc devtoolset-4-gcc-c++ || exit 1

#yum group install -y "Development Tools"
(yum install -y autoconf automake libtool file make cmake3 mercurial bzip2 git gettext-devel fftw-devel exiv2-devel zlib-devel wget cairo libtiff-devel libjpeg-turbo-devel gtk2-devel OpenEXR-devel glew-devel libpano13-devel boost-devel lcms2-devel sqlite-devel libcroco-devel libxml2-devel gobject-introspection-devel cairo-gobject-devel gsl-devel) || exit 1
(yum install -y autoconf automake libtool file patch make cmake3 mercurial bzip2 git gettext-devel fftw-devel exiv2-devel zlib-devel wget cairo libtiff-devel libjpeg-turbo-devel gtk2-devel OpenEXR-devel glew-devel libpano13-devel boost-devel lcms2-devel sqlite-devel libcroco-devel libxml2-devel gobject-introspection-devel cairo-gobject-devel gsl-devel) || exit 1

source scl_source enable devtoolset-4

Expand Down Expand Up @@ -95,7 +95,7 @@ cd /work
rm -rf hugin
hg clone http://hg.code.sf.net/p/hugin/hugin hugin || exit 1
cd hugin || exit 1
patch -N -p1 < /sources/hugin-bundle.patch
patch -N -p1 < /sources/hugin-bundle.patch || exit 1
rm -rf hugin-build
mkdir -p hugin-build || exit 1
cd hugin-build || exit 1
Expand Down

0 comments on commit 2aab26f

Please sign in to comment.