Apache Log4cxx Version 1.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Building with vcpkg

Building Apache Log4cxx with vcpkg

Log4cxx is included with Microsoft vcpkg, and can thus be easily installed. This is a quick guide to show you how to do that.

Preparation

Windows:

> git clone https://github.com/Microsoft/vcpkg.git
> cd vcpkg
> .\bootstrap-vcpkg.bat
# Then, to hook up user-wide integration, run (note: requires admin on first use)
> .\vcpkg integrate install

Linux:

$ git clone https://github.com/Microsoft/vcpkg.git
$ cd vcpkg
$ ./bootstrap-vcpkg.sh
$ ./vcpkg integrate install

Building log4cxx.dll

Windows:

PS> .\vcpkg install log4cxx

Linux:

$ ./vcpkg install log4cxx