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

Side by Side Diff: third_party/grpc/src/csharp/grpc.native.csharp/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 gRPC Native Nuget package
2 =========================
3
4 Prerequisites
5 -------------
6
7 NuGet binary
8
9 Building the package
10 --------------------
11
12 To build the native package, you need precompiled versions
13 of grpc_csharp_ext library artifacts for Windows, Linux and Mac.
14 In the normal gRPC release process, these are built by a Jenkins
15 job and they are copied to the expected location before building
16 the native nuget package is attempted.
17
18 See tools/run_tests/build_artifacts.py for more details how
19 precompiled artifacts are built.
20
21 When building the native NuGet package, ignore the "Assembly outside lib folder"
22 warnings (the DLLs are not assemblies, they are native libraries).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698