[PM Direct] Building Linglong Format Applications from Source Code

[PM Direct] Building Linglong Format Applications from Source Code

Please first read the official Linglong documentation. This article uses the construction of desktop-entry-editor as an example. The project has relatively simple dependencies and only requires the basic runtime environment provided by default in the official Linglong documentation to be successfully built and run. Step One: Preliminary Preparations Execute the following command in the terminal: sudo apt install linglong-builder --no-install-recommends Install the ll-builder tool. Since the recommended installation has many dependencies, they are skipped in this instance. If needed, simply remove the --no-install-recommends parameter from the command.   Step Two: Project Creation Since the construction of a Linglong format application ...Read more