https://github.com/linuxdeepin/dde-network-core
https://github.com/linuxdeepin/dde-network-core
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxdeepin/dde-network-core
- Owner: linuxdeepin
- License: other
- Created: 2022-04-27T04:04:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T11:52:18.000Z (29 days ago)
- Last Synced: 2026-01-15T14:20:49.399Z (29 days ago)
- Language: C++
- Size: 5.83 MB
- Stars: 5
- Watchers: 4
- Forks: 48
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DDE Network Core
DDE network library framework
## Dependencies
You can also check the "Depends" provided in the debian/control file.
### Build dependencies
You can also check the "Build-Depends" provided in the debian/control file.
## Installation
### Build from source code
1. Make sure you have installed all dependencies.
2. Build:
```
$ cd dde-network-core
$ mkdir Build
$ cd Build
$ cmake ..
$ make
```
3. 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.
## Usage
Execute `dde-network-dialog -h` to get more details.
## Getting help
You can press `F1` to start [deepin-manual](https://github.com/linuxdeepin/deepin-manual) when you focus on DDE Control Center network module.
You may also find these channels useful if you encounter any other issues:
* [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
* [IRC Channel](https://webchat.freenode.net/?channels=deepin)
* [Official Forum](https://bbs.deepin.org/)
* [Wiki](https://wiki.deepin.org/)
* [Developer Center](https://github.com/linuxdeepin/dde-network-core)
## Getting involved
We encourage you to report issues and contribute changes
* [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English)
* [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文)
## License
DDE Network Core is licensed under [LGPL-3.0-or-later](LICENSE).