1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/vendor/ZMQ/builds/nuget
Sandu Liviu Catalin 9298065cef Update WIP discord and some vendors.
CPR has features disabled and PCRE is fully disabled until updated to new code.
2023-08-05 21:31:33 +03:00
..
libzmq.autopkg Update WIP discord and some vendors. 2023-08-05 21:31:33 +03:00
readme.nuget Update WIP discord and some vendors. 2023-08-05 21:31:33 +03: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.