Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
Update README.md

Log: Update README.md
  • Loading branch information
zty199 committed Jul 28, 2024
1 parent 5f6d2cd commit a4ac227
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
28 changes: 13 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ For now only support **Intel IGPU + NVIDIA DGPU** laptops with internal display
* cmake
* debhelper
* qtchooser
* qt6-base-dev
* qt6-tools-dev
* qt6-svg-dev
* libdtk6core-dev
* libdtk6widget-dev
* dde-dock-dev
* qtbase5-dev
* qttools5-dev
* libqt5svg5-dev
* libdtkcore-dev
* libdtkwidget-dev
* dde-tray-loader-dev

Use the following command to install required dependencies:
```bash
Expand All @@ -39,10 +39,9 @@ $ sudo apt build-dep .

### runtime-deps

* libqt6svg6
* dde-control-center
* dde-shell (>= 0.0.6)
* dde-application
* libqt5svg5
* dde-tray-loader
* dde-application-manager
* mesa-utils
* pkexec
* zenity
Expand All @@ -52,7 +51,7 @@ Make sure you have installed all dependencies.

Use the following command to build binary package:
```bash
$ dpkg-buildpackage -Zxz -rfakeroot -uc -us -nc -b -j$(nproc)
$ dpkg-buildpackage -Zxz -rfakeroot -uc -us -b -j$(nproc)
```

> The binary package will be generated in parent directory.
Expand All @@ -73,8 +72,7 @@ $ dpkg-buildpackage -Zxz -rfakeroot -uc -us -nc -b -j$(nproc)

## References

* [linuxdeepin/dde-dock](https://github.com/linuxdeepin/dde-dock)
* [linuxdeepin/dde-shell](https://github.com/linuxdeepin/dde-shell)
* [linuxdeepin/dde-tray-loader](https://github.com/linuxdeepin/dde-tray-loader)
* [linuxdeepin/dde-file-manager](https://github.com/linuxdeepin/dde-file-manager)
* [linuxdeepin/dtkcore](https://github.com/linuxdeepin/dtkcore) / [linuxdeepin/dtk6core](https://github.com/linuxdeepin/dtk6core)
* [linuxdeepin/dde-application-manager](https://github.com/linuxdeepin/dde-application-manager)
* [linuxdeepin/dtkcore](https://github.com/linuxdeepin/dtkcore)
* [linuxdeepin/dde-application-manager](https://github.com/linuxdeepin/dde-application-manager)
28 changes: 13 additions & 15 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
* cmake
* debhelper
* qtchooser
* qt6-base-dev
* qt6-tools-dev
* qt6-svg-dev
* libdtk6core-dev
* libdtk6widget-dev
* dde-dock-dev
* qtbase5-dev
* qttools5-dev
* libqt5svg5-dev
* libdtkcore-dev
* libdtkwidget-dev
* dde-tray-loader-dev

使用以下命令安装所需依赖:
```bash
Expand All @@ -37,10 +37,9 @@ $ sudo apt build-dep .

### 运行依赖

* libqt6svg6
* dde-control-center
* dde-shell (>= 0.0.6)
* dde-application
* libqt5svg5
* dde-tray-loader
* dde-application-manager
* mesa-utils
* pkexec
* zenity
Expand All @@ -51,7 +50,7 @@ $ sudo apt build-dep .

使用以下命令构建二进制软件包:
```bash
$ dpkg-buildpackage -Zxz -rfakeroot -uc -us -nc -b -j$(nproc)
$ dpkg-buildpackage -Zxz -rfakeroot -uc -us -b -j$(nproc)
```

> 二进制软件包将生成在上级目录。
Expand All @@ -72,8 +71,7 @@ $ dpkg-buildpackage -Zxz -rfakeroot -uc -us -nc -b -j$(nproc)

## 参考

* [linuxdeepin/dde-dock](https://github.com/linuxdeepin/dde-dock)
* [linuxdeepin/dde-shell](https://github.com/linuxdeepin/dde-shell)
* [linuxdeepin/dde-tray-loader](https://github.com/linuxdeepin/dde-tray-loader)
* [linuxdeepin/dde-file-manager](https://github.com/linuxdeepin/dde-file-manager)
* [linuxdeepin/dtkcore](https://github.com/linuxdeepin/dtkcore) / [linuxdeepin/dtk6core](https://github.com/linuxdeepin/dtk6core)
* [linuxdeepin/dde-application-manager](https://github.com/linuxdeepin/dde-application-manager)
* [linuxdeepin/dtkcore](https://github.com/linuxdeepin/dtkcore)
* [linuxdeepin/dde-application-manager](https://github.com/linuxdeepin/dde-application-manager)

0 comments on commit a4ac227

Please sign in to comment.