add libexpat1-dev to travis
This commit is contained in:
parent
47a4a78a33
commit
cf18db823b
@ -27,7 +27,7 @@ matrix:
|
|||||||
automake gtk-doc-tools
|
automake gtk-doc-tools
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
libfftw3-dev libjpeg-turbo8-dev
|
libfftw3-dev libjpeg-turbo8-dev
|
||||||
libpng12-dev libwebp-dev libtiff4-dev libxml2-dev
|
libpng12-dev libwebp-dev libtiff4-dev libexpat1-dev
|
||||||
swig libmagick++-dev bc
|
swig libmagick++-dev bc
|
||||||
libcfitsio3-dev libgsl0-dev libmatio-dev
|
libcfitsio3-dev libgsl0-dev libmatio-dev
|
||||||
liborc-0.4-dev liblcms2-dev libpoppler-glib-dev
|
liborc-0.4-dev liblcms2-dev libpoppler-glib-dev
|
||||||
@ -49,7 +49,7 @@ matrix:
|
|||||||
automake gtk-doc-tools
|
automake gtk-doc-tools
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
libfftw3-dev libjpeg-turbo8-dev
|
libfftw3-dev libjpeg-turbo8-dev
|
||||||
libpng12-dev libwebp-dev libtiff4-dev libxml2-dev
|
libpng12-dev libwebp-dev libtiff4-dev libexpat1-dev
|
||||||
swig libmagick++-dev bc
|
swig libmagick++-dev bc
|
||||||
libcfitsio3-dev libgsl0-dev libmatio-dev
|
libcfitsio3-dev libgsl0-dev libmatio-dev
|
||||||
liborc-0.4-dev liblcms2-dev libpoppler-glib-dev
|
liborc-0.4-dev liblcms2-dev libpoppler-glib-dev
|
||||||
@ -72,7 +72,7 @@ matrix:
|
|||||||
- brew install --ignore-dependencies gtk-doc
|
- brew install --ignore-dependencies gtk-doc
|
||||||
- brew install
|
- brew install
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
fftw mozjpeg libexif
|
expat fftw mozjpeg libexif
|
||||||
libpng webp
|
libpng webp
|
||||||
swig imagemagick
|
swig imagemagick
|
||||||
cfitsio libmatio
|
cfitsio libmatio
|
||||||
|
@ -46,9 +46,10 @@ Untar, then in the libvips directory you should just be able to do:
|
|||||||
$ ./configure
|
$ ./configure
|
||||||
|
|
||||||
Check the summary at the end of `configure` carefully.
|
Check the summary at the end of `configure` carefully.
|
||||||
libvips must have `build-essential`, `pkg-config`, `glib2.0-dev`.
|
libvips must have `build-essential`, `pkg-config`, `glib2.0-dev`,
|
||||||
|
`libexpat1-dev`.
|
||||||
|
|
||||||
For the vips8 Python binding, you must have
|
For the vips8 Python binding, you must also have
|
||||||
`gobject-introspection`, `python-gi-dev`, and `libgirepository1.0-dev`.
|
`gobject-introspection`, `python-gi-dev`, and `libgirepository1.0-dev`.
|
||||||
|
|
||||||
You'll need the dev packages for the file format support you
|
You'll need the dev packages for the file format support you
|
||||||
|
Loading…
Reference in New Issue
Block a user