grpc/vsprojects/coapp/zlib
Jan Tattermusch 2977f9326d improve injected .targets files 2015-12-01 18:23:01 -08:00
..
managed_targets improve injected .targets files 2015-12-01 18:23:01 -08:00
.gitignore update zlib nuget packages 2015-12-01 08:15:33 -08:00
README.md update zlib nuget packages 2015-12-01 08:15:33 -08:00
buildall.bat update zlib nuget packages 2015-12-01 08:15:33 -08:00
grpc.dependencies.zlib.autopkg improve injected .targets files 2015-12-01 18:23:01 -08:00
version.inc update zlib nuget packages 2015-12-01 08:15:33 -08:00
zlib.sln customize the coapp scripts for zlib 2015-09-30 10:10:22 -07:00
zlib.vcxproj customize the coapp scripts for zlib 2015-09-30 10:10:22 -07:00

README.md

Zlib Native Nuget package

Uses CoApp project to build the zlib package.

Prerequisites

Multiple versions of VS installed to be able to build all the targets:

  • Visual Studio 2015
  • Visual Studio 2013
  • Visual Studio 2010 (you might need SP1 to prevent LNK1123 error)

CoApp toolkit: http://downloads.coapp.org/files/CoApp.Tools.Powershell.msi

More details on installation: http://coapp.org/tutorials/installation.html

Building

Build all flavors of zlib library using the provided batch file.

buildall.bat

Then, create NuGet package using powershell (you'll need the CoApp toolkit installed):

[THIS_DIRECTORY]> Write-NuGetPackage grpc.dependencies.zlib.autopkg

This will create three NuGet packages:

  • the main dev package
  • the redistributable package that contains just the binaries and no headers
  • the symbols package (debug symbols)

Later, you can push the package to NuGet.org repo. Attention: before pusing the resulting nuget package to public nuget repo, you have to be 100% sure it works correctly - theres no way how to delete or update an already existing package.