StoneStepsWebalizer.GD
2.1.0
dotnet add package StoneStepsWebalizer.GD --version 2.1.0
NuGet\Install-Package StoneStepsWebalizer.GD -Version 2.1.0
<PackageReference Include="StoneStepsWebalizer.GD" Version="2.1.0" />
paket add StoneStepsWebalizer.GD --version 2.1.0
#r "nuget: StoneStepsWebalizer.GD, 2.1.0"
// Install StoneStepsWebalizer.GD as a Cake Addin #addin nuget:?package=StoneStepsWebalizer.GD&version=2.1.0 // Install StoneStepsWebalizer.GD as a Cake Tool #tool nuget:?package=StoneStepsWebalizer.GD&version=2.1.0
A build of GD library 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 |
---|---|---|
2.1.0 | 1,137 | 1/13/2018 |
This package contains GD C++ header files and libraries built in Visual Studio 2015 for Win32 and
x64 platforms. Libraries in this package are built with Freetype. The Stone Steps Webalizer project
is maintained at this location:
https://bitbucket.org/StoneStepsInc/stonestepswebalizer/
This package defines user macros $(GDDir), $(GDLibDir), $(GDBinDir) and $(GDLibName) to reference
package directories and the library name within the project.
The GD library is explicitly referenced within this package and will appear within the project
outside of any solution directory after the package is installed and can be moved into any solution
folder.
The GD library DLL must be copied into the project output directory in the project post build
event. Use the macros defined in this package to reference package files. For example:
xcopy /Q /Y "$(GDBinDir)$(GDLibName).dll" "$(OutDir)" > nul