libzmq/builds/nuget
Luca Boccassi da31917f4f Relicense from LGPL3 + exceptions to Mozilla Public License version 2.0
Relicense permission collected from all relevant authors as tallied at:
https://github.com/rlenferink/libzmq-relicense/blob/master/checklist.md
The relicense grants are collected under RELICENSE/ and will be moved
to the above repository in a later commit.

Fixes https://github.com/zeromq/libzmq/issues/2376
2023-06-05 20:31:47 +01:00
..
libzmq.autopkg Relicense from LGPL3 + exceptions to Mozilla Public License version 2.0 2023-06-05 20:31:47 +01:00
readme.nuget Fix typos 2022-02-11 00:45:06 +02:00

NuGet is a package management system for MS-Windows.
It is similar in spirit to tools like Maven or Gradle.

It was originally for .Net only packages but it has 
recently been augmented to working with native packages.
http://docs.nuget.org/docs/reference/support-for-native-projects

The instructions for building a NuGet package can be found here:
http://coapp.org/pages/tutorials.html


The basic procedure is to first build all 
the artifacts and then run ...
 Write-NuGetPackage .\libzmq.autopkg 

The *.nuget files thus produced can then be installed
in a local repository or uploaded to one of the nuget servers.