Skip to content

Fork of official log4cpp project for producing a NuGet package usable by C++ projects on Windows x86.

License

Notifications You must be signed in to change notification settings

MikeAirey/log4cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.