Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Side by Side Diff: third_party/grpc/vsprojects/coapp/zlib/README.md

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Zlib Native Nuget package
2 -------------------------
3
4 Uses [CoApp](http://coapp.org/) project to build the zlib package.
5
6 Prerequisites
7 -------------
8 Multiple versions of VS installed to be able to build all the targets:
9 * Visual Studio 2015
10 * Visual Studio 2013
11 * Visual Studio 2010 (you might need SP1 to prevent LNK1123 error)
12
13 CoApp toolkit: http://downloads.coapp.org/files/CoApp.Tools.Powershell.msi
14
15 More details on installation: http://coapp.org/tutorials/installation.html
16
17 Building
18 --------
19
20 Build all flavors of zlib library using the provided batch file.
21 ```
22 buildall.bat
23 ```
24
25 Then, create NuGet package using powershell (you'll need the CoApp toolkit insta lled):
26 ```
27 [THIS_DIRECTORY]> Write-NuGetPackage grpc.dependencies.zlib.autopkg
28 ```
29
30 This will create three NuGet packages:
31 * the main dev package
32 * the redistributable package that contains just the binaries and no headers
33 * the symbols package (debug symbols)
34
35 Later, you can push the package to NuGet.org repo.
36 Attention: before pusing the resulting nuget package to public nuget repo, you h ave to be 100% sure it works correctly - there’s no way how to delete or update an already existing package.
OLDNEW
« no previous file with comments | « third_party/grpc/vsprojects/coapp/zlib/.gitignore ('k') | third_party/grpc/vsprojects/coapp/zlib/buildall.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698