- 中文
- English
liblcl Based on Lazarus 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
- Linux64
- Linux32
- LinuxARM
- MacOS64(cocoa)
-
- menu -> Run-> Build or Shift + F9 (Must use Build)
The compiled binary can be viewed in the following directory:
Windows:
"..\..\..\..\..\bin\liblcl"
Linux:"../bin/liblcl"
MacOS:"../../../../../bin/liblcl"