- 中文
- English
liblcl Based on Lazarus 2.2.2 version FPC 3.2.2, the specific installation method of each platform refers to the official website installation instructions.
The liblcl project source code is located in the "liblcl/src" directory. liblcl for Windows, Linux, MacOS
.
Compile steps:
-
- Download and install Lazarus of the corresponding platform.
-
- (Pre-installed) Third Party Control required for installation.
-
- double-click liblcl.lpi.
-
- Menu -> Project -> Project Options -> Compiler Options -> Build modes Switch the relevant ring mode. The current valid mode is as follows:
- Win32
- Win64
- Linux32 (Untested)
- Linux64
- LinuxARM (Untested)
- LinuxARM64 (Untested)
- MacOS64(cocoa)
- MacOS M1 (Untested)
-
- menu -> Run-> Build or Shift + F9 (Must use Build)
The compiled binary can be viewed in the following directory:
Note: This directory is my local compilation directory, please modify the corresponding output location if you compile it yourself.
Output liblcl location modification: Menu -> Project -> Project Options -> Compiler Options -> Build modes Switch the relevant ring mode -> Target file name
Windows:
..\bin\$(TargetCPU)-$(TargetOS)\liblcl
Linux:../bin/$(TargetCPU)-$(TargetOS)/liblcl
MacOS:../bin/$(TargetCPU)-$(TargetOS)/liblcl