[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Free Pascal Compiler specific installer implementation
Source position: fpmkunit.pp line 1553
type TFPCInstaller = class(TCustomInstaller) |
||
public |
||
constructor Create(); override; |
|
Creates FPC installer instance |
end; |
|
Free Pascal Compiler specific installer implementation |
|
| | | ||
|
Base class for package installers |
|
| | | ||
| | | ||
| | | ||
TFPCInstaller extends TCustomInstaller with Free Pascal Compiler specific functionality and configuration. This class provides FPC-tailored installation and build management.
The FPC installer includes specific knowledge of FPC compiler behavior, standard library paths, and Free Pascal ecosystem conventions for package building and installation.