Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.5 KB

Compile.README.en-US.md

File metadata and controls

36 lines (26 loc) · 1.5 KB

liblcl

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:

    1. Download and install Lazarus of the corresponding platform.
    1. (Pre-installed) Third Party Control required for installation.
    1. double-click liblcl.lpi.
    1. 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)
    1. 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