readme.nuget 622 B

1234567891011121314151617181920
  1. NuGet is a package management system for MS-Windows.
  2. It is similar in spirit to tools like Maven or Gradle.
  3. It was originaly for .Net only packages but it has
  4. recently been augmented to working with native packages.
  5. http://docs.nuget.org/docs/reference/support-for-native-projects
  6. The instructions for building a NuGet package can be found here:
  7. http://coapp.org/pages/tutorials.html
  8. The basic procedure is to first build all
  9. the artifacts and then run ...
  10. Write-NuGetPackage .\libzmq.autopkg
  11. The *.nuget files thus produced can then be installed
  12. in a local repository or uploaded to one of the nuget servers.