This is the source tree of the LingmoOS desktop environment.
Lingmo OS is a Linux operating system based on the desktop environment. It is developed based on the open source Linux kernel and is compatible with the amd64 architecture. It has a beautiful desktop environment, software adapted to the desktop environment, and a unified UI style.
Lingmo OS adopts a new design that is different from the traditional KDE, making the operation no longer cumbersome; the operation is more user-friendly, making the interaction and vision more dynamic.
- Debian GNU/Linux 12(Bookworm), 13(Trixie) or later.
- Disk free space > 50GB
- Multi-core multi-threaded processor
- 8 GB minimum running memory
git clone https://github.com/LingmoOS/LingmoOS.git
cd LingmoOS
Before building the project, ensure the following tools are installed:
lingmo-pkgbuild
: Used to build packages.make
: Used to execute the build process.gcc
or another C compiler.
On Debian/Ubuntu systems, you can install the dependencies with:
sudo apt-get install autoconf automake build-essential
make config-pkgs
Use the following commands to build the project:
make build-pkgs # Build all packages
make third-party # Process third-party packages
Run the following command to clean the build directories:
make clean # Clean the build directories
make
: Default target, builds all components.make build-pkgs
: Builds all packages usinglingmo-pkgbuild
.make third-party
: Processes third-party packages in thethird-party
directory.make clean
: Cleans the build directories.
This project has been licensed by GPLv3.