Building Apache log4cxx with vcpkg
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