osx: new version of libpng
This commit is contained in:
parent
d3bb1a2a26
commit
c86905486e
1 changed files with 3 additions and 3 deletions
|
@ -103,9 +103,9 @@ make install
|
|||
cd ../
|
||||
|
||||
# libpng
|
||||
wget ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.4.tar.gz
|
||||
tar xvf libpng-1.5.4.tar.gz
|
||||
cd libpng-1.5.4
|
||||
wget ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.5.tar.gz
|
||||
tar xvf libpng-1.5.5.tar.gz
|
||||
cd libpng-1.5.5
|
||||
./configure --prefix=$PREFIX --enable-static --disable-shared --disable-dependency-tracking
|
||||
make -j4
|
||||
make install
|
||||
|
|
Loading…
Reference in a new issue