1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-09-17 01:37:18 +02:00
Files
.github
bin
module
vendor
CPR
ConcurrentQueue
Fmt
MaxmindDB
POCO
PUGIXML
SAJSON
SimpleIni
Squirrel
TinyDir
ZMQ
RELICENSE
builds
abi-compliance-checker
android
cmake
coverage
cygwin
deprecated-msvc
fuzz
gyp
ios
mingw32
nuget
libzmq.autopkg
readme.nuget
openwrt
qnx
valgrind
vxworks
zos
Makefile.am
README
doc
external
include
m4
packaging
perf
src
tests
tools
unittests
AUTHORS
CMakeLists.txt
COPYING
COPYING.LESSER
Dockerfile
Doxygen.cfg
INSTALL
Jenkinsfile
Makefile.am
NEWS
README.cygwin.md
README.doxygen.md
README.md
SECURITY.md
SupportedPlatforms.md
acinclude.m4
appveyor.yml
autogen.sh
branding.bmp
ci_build.sh
ci_deploy.sh
config.sh
configure.ac
installer.ico
version.sh
xxHash
CMakeLists.txt
.gitignore
.gitmodules
CMakeLists.txt
LICENSE
README.md
SqMod/vendor/ZMQ/builds/nuget
Sandu Liviu Catalin fc9419677f Initial ZMQ bindings.
2021-02-02 19:07:02 +02:00
..
2021-02-02 19:07:02 +02:00
2021-02-02 19:07:02 +02:00

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

It was originaly 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.