StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic
18.1.25-rev5
dotnet add package StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic --version 18.1.25-rev5
NuGet\Install-Package StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic -Version 18.1.25-rev5
<PackageReference Include="StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic" Version="18.1.25-rev5" />
paket add StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic --version 18.1.25-rev5
#r "nuget: StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic, 18.1.25-rev5"
// Install StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic as a Cake Addin #addin nuget:?package=StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic&version=18.1.25-rev5&prerelease // Install StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic as a Cake Tool #tool nuget:?package=StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic&version=18.1.25-rev5&prerelease
A build of Oracle Berkeley DB for Stone Steps Webalizer.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
18.1.25-rev5 | 900 | 12/24/2018 |
This package contains Oracle Berkeley DB C++ header files and libraries built in Visual
Studio 2017 for Win32 and x64 platforms and Debug and Release configurations. While this
package is intended for the Stone Steps Webalizer project, it can be used in other projects
to make use of Berkeley DB databases. Note, however, that none of Berkeley DB utilities
is included in this package. Stone Steps Webalizer is maintained at this location:
https://bitbucket.org/StoneStepsInc/stonestepswebalizer/
The Berkeley DB library is explicitly referenced within this package and will appear within
the solution folder tree after the package is installed. The solution may need to be reloaded
to make the library file visible, so it can be moved into any solution folder, where it will
remain going forward.
Note that Berkeley DB library path is valid only for build configurations named Debug and
Release and will not be found for any other configuration name. Do not install this package
for projects with configurations other than Debug and Release.
The Berkeley DB DLL must be copied into the project output directory in the project post build
event. Use the `$(BDBBinDir)` and `$(BDBLibName)` macros defined in this package to reference
package files, like this:
```
xcopy /Q /Y "$(BDBBinDir)$(BDBLibName).dll" "$(OutDir)" > nul
```