staticlibs / external_libpng

libpng library build for Staticlibs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libpng library build for Staticlibs

travis appveyor

This project is a part of Staticlibs.

This project contains a CMake build file for building the libpng library that can be used to build sources imported from CentOS lookaside.

How to build

CMake is required for building.

To build the library on Windows using Visual Studio 2013 Express run the following commands using Visual Studio development command prompt (C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts\VS2013 x86 Native Tools Command Prompt):

git clone https://github.com/staticlibs/cmake.git
git clone https://github.com/staticlibs/lookaside_zlib.git
git clone https://github.com/staticlibs/external_zlib.git
git clone https://github.com/staticlibs/lookaside_libpng.git
git clone https://github.com/staticlibs/external_libpng.git
cd external_libpng
mkdir build
cd build
cmake ..
msbuild external_libpng.sln

See StaticlibsToolchains for more information about the CMake toolchains setup and cross-compilation.

License information

This project is released under the Apache License 2.0.

Changelog

2020-10-01

  • version 1.5.13-6
  • apply CVE patch

2019-12-03

  • version 1.5.13-5
  • zlib dep fix with alt C runtime

2019-12-02

  • version 1.5.13-4
  • support overriding C runtime lib on Windows

2018-02-28

  • version 1.5.13-3
  • drop submodule

2017-12-31

  • version 1.5.13-2
  • vs2017 support

2016-12-18

  • version 1.5.13-1
  • lookaside build

2016-02-22

  • version 1.6.21.0
  • build for Linux and Windows

About

libpng library build for Staticlibs

License:Apache License 2.0


Languages

Language:CMake 58.1%Language:C 36.6%Language:C++ 5.3%