Skip to content

Commit

Permalink
Modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best committed Nov 25, 2024
1 parent 94d1e2c commit 15ea1fa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# LingmoUI

LingmoUI is a GUI library based on QQC2 (Qt Quick Controls 2), every Lingmo application uses it.
LingmoUI is a GUI library based on QQC (Qt Quick Controls) and Qt 6, every Lingmo application uses it.

## Features

* Light and Dark Mode
* Borderless window (XCB Window move & resize)
* Borderless window (Wayland & XCB Window move & resize)
* Blurred window
* Window shadow
* Desktop-level menu
* The style of the Qt Quick control
* QQC Style
* ...

## Structures
Expand All @@ -18,6 +18,8 @@ LingmoUI is a GUI library based on QQC2 (Qt Quick Controls 2), every Lingmo appl

## Dependencies

(Outdated, needs update here)

```bash
sudo apt install libqt5x11extras5-dev libkf5windowsystem-dev qtbase5-private-dev libxcb1-dev libxcb-shape0-dev libxcb-icccm4-dev -y
```
Expand All @@ -41,13 +43,13 @@ Install compile dependencies:

```bash
$ sudo apt install equivs devscripts --no-install-recommends
$ sudo mk-build-deps -i -t "apt-get --yes" -r
$ sudo mk-build-deps -i -t "apt --yes" -r
```

Start packing

```bash
$ dpkg-buildpackage -b -uc -us
$ dpkg-buildpackage -b -uc -us -tc
```

## License
Expand Down

0 comments on commit 15ea1fa

Please sign in to comment.