diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-09-28 17:09:31 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-09-30 10:10:20 -0700 |
commit | 556a4badac4e7c4f2a6ddf1dfb86a83c83fc191e (patch) | |
tree | 451c7ca6aa68236933827554108d4a23f5c2e3ce /vsprojects/copkg/zlib/README.md | |
parent | 74abf42096ea961520fdc6cc465997ab909b9586 (diff) |
initial version of zlib coapp package
Diffstat (limited to 'vsprojects/copkg/zlib/README.md')
-rw-r--r-- | vsprojects/copkg/zlib/README.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/vsprojects/copkg/zlib/README.md b/vsprojects/copkg/zlib/README.md new file mode 100644 index 0000000000..c81a57a48b --- /dev/null +++ b/vsprojects/copkg/zlib/README.md @@ -0,0 +1,35 @@ +Zlib Native Nuget package +------------------------- + +Uses [CoApp](http://coapp.org/) project to build the zlib package. + +Prerequisites +------------- +Multiple versions of VS installed to be able to build all the targets: +* 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 - there’s no way how to delete or update an already existing package.
\ No newline at end of file |