DHrpcs3 / libpng

LIBPNG: Portable Network Graphics support, official libpng repository

Home Page:http://libpng.sf.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libpng

A clone of libpng for RPCS3 with upgraded projects, for use with Visual Studio 2015.

Updating this repo

  1. Update the source from the forked official repository. Make sure to keep this README file and .gitignore
  2. Go into /projects/vstudio/ and open the vstudio solution in the latest Visual Studio
  3. Upgrade the solution and all the projects in the solution
  4. Add the x64 configuration and remove the Win32 configuration
  5. Open libpng project properties.
    • Select all configurations
    • Change the target name to $(ProjectName)
    • Change the output directory to $(SolutionDir)lib/
    • Change the intermediate directory to $(SolutionDir)tmp$(ProjectName)-$(Configuration)-$(Platform)/
  6. Copy pnglibconf.h.prebuilt from /scripts/ to the base directory and rename it to pnglibconf.h
  7. Good job, you're done!

About

LIBPNG: Portable Network Graphics support, official libpng repository

http://libpng.sf.net

License:Other


Languages

Language:C 85.7%Language:Groff 8.9%Language:Awk 1.4%Language:Makefile 1.3%Language:Shell 1.0%Language:CMake 0.5%Language:M4 0.4%Language:DIGITAL Command Language 0.4%Language:Assembly 0.3%Language:Batchfile 0.1%Language:Module Management System 0.1%