Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.08 KB

Compile.README.en-US.md

File metadata and controls

31 lines (22 loc) · 1.08 KB

liblcl

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:

    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
    • Linux64
    • Linux32
    • LinuxARM
    • MacOS64(cocoa)
    1. 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"