~osomon/pyexiv2/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to cross-compile.sh

  • Committer: Olivier Tilloy
  • Date: 2011-10-22 19:03:40 UTC
  • mto: This revision was merged to the branch mainline in revision 368.
  • Revision ID: olivier.tilloy@canonical.com-20111022190340-7ggwygh45aqym25c
Updated windows build dependencies:
 • exiv2 0.21.1 → 0.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
cd ..
65
65
 
66
66
# exiv2
67
 
wget http://www.exiv2.org/exiv2-0.21.1.tar.gz
68
 
tar xf exiv2-0.21.1.tar.gz
69
 
cd exiv2-0.21.1
 
67
wget http://www.exiv2.org/exiv2-0.22.tar.gz
 
68
tar xf exiv2-0.22.tar.gz
 
69
cd exiv2-0.22
70
70
./configure --disable-shared --disable-visibility --target=$PLATFORM --host=$PLATFORM --build=$BUILD --disable-nls --with-zlib=$BASE/zlib --with-libiconv-prefix=$BASE/libiconv --with-expat=$BASE/expat --prefix=$BASE/exiv2
71
71
make -j3 install
72
72
cd ..