How to Install SVGIconImageList into Delphi
There are two way to Install SVGIconImageList into Delphi:
1.Automatic Installation using Setup
Download the Setup file SVGIconImageList_Setup.exe
Running this Setup you can easily:
- Select the version of Delphi present in your system
- Select a specific developing folder The Setup automatically:
- Builds units (32 and 64 bits in release mode)
- Builds Runtime Packages (for Win32 and Win64 Platforms)
- Builds and Install Designtime Packages (for Win32 bits only)
- Builds and Install Designtime Packages (for new Win64 Delphi IDE)
- Adds a SVGICONDIR environment variable
- Adds the 32 and 64 bit paths form:
- the binaries units
- all the sources
Please note that if you have already installed a GetIt package version of the same library, it will be uninstalled first.
2.Manual Installation
You can manually install the components, using those steps:
- Clone the repository into your developing folder
- Open your Delphi IDE
- Load the file SVGIconImageListGroupPackages.groupproj located into: {SvgIconImageListFolder}\Packages{DelphiVersion}
- Click to "Show Build Groups Pane" in the toolbar of Project Panel
- Click to "Build the current build group" (the Active group "ALL")
- Create an environment variabile named SVGICONDIR pointing to
- Manually add the Source location of the binary files to your system (for example):
- for 32 bit: $(SVGICONDIR)\Lib\D12\Win32\Release
- for 64 bit: $(SVGICONDIR)\Lib\D12\Win64\Release
- If you want to compile source files, add:
- $(SVGICONDIR)\Source
- $(SVGICONDIR)\Image32\source
License
Licensed under the Apache License, Version 2.0, (the "License")