DDE network library framework
You can also check the "Depends" provided in the debian/control file.
You can also check the "Build-Depends" provided in the debian/control file.
-
Make sure you have installed all dependencies.
-
Build:
$ cd dde-network-core
$ mkdir Build
$ cd Build
$ cmake ..
$ make
- Install:
$ sudo make install
The executable binary file could be found at /usr/bin/dde-network-dialog
after the installation is finished, and plugins will be placed into related module plugin directory.
Execute dde-network-dialog -h
to get more details.
You can press F1
to start deepin-manual when you focus on DDE Control Center network module.
You may also find these channels useful if you encounter any other issues:
We encourage you to report issues and contribute changes
- Contribution guide for developers. (English)
- 开发者代码贡献指南 (中文)
DDE Network Core is licensed under GPL-3.0-or-later.