ssk-wh / dde-network-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 LGPL-3.0-or-later.

About

License:Other


Languages

Language:C++ 97.6%Language:CMake 2.0%Language:Shell 0.2%Language:C 0.1%