Skip to content

18202781743/dde-network-core

 
 

Repository files navigation

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
  1. 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 when you focus on DDE Control Center network module.

You may also find these channels useful if you encounter any other issues:

Getting involved

We encourage you to report issues and contribute changes

License

DDE Network Core is licensed under GPL-3.0-or-later.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.7%
  • CMake 2.0%
  • Other 0.3%