Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 483 Bytes

File metadata and controls

11 lines (7 loc) · 483 Bytes

This is a repository for building a NuGet package of log4cpp.

The log4cpp project is located here: https://sourceforge.net/p/log4cpp/

Building instructions

  1. Prerequisites: vc143 toolset (installed with MS Visual Studio 2022 or as part of associated build tools); cmake, MSBuild and nuget on the PATH
  2. Clone the repository
  3. Run BuildNugetPackage.cmd
  4. Test the resulting package by following the instructions in the README in the ./nuget-sample directory.