File: zlibpng.cmd

package info (click to toggle)
libavif 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 21,488 kB
  • sloc: ansic: 30,721; cpp: 14,588; xml: 1,507; sh: 1,258; java: 307; makefile: 57
file content (11 lines) | stat: -rwxr-xr-x 557 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
: # If you want to use a local build of zlib/libpng, you must clone the repos in this directory first,
: # then set CMake's AVIF_ZLIBPNG=LOCAL.
: # The git tags below are known to work, and will occasionally be updated. Feel free to use a more recent commit.

: # The odd choice of comment style in this file is to try to share this script between *nix and win32.

git clone -b v1.3.2 --depth 1 https://github.com/madler/zlib.git
cd zlib
git apply --ignore-whitespace ../zlib.patch
cd ..
git clone -b v1.6.55 --depth 1 https://github.com/glennrp/libpng.git