kylin-nm/README.md

16 lines
878 B
Markdown
Raw Permalink Normal View History

2020-03-30 16:14:34 +08:00
# NAME
kylin-nm - kylin network monitor used in ubuntu-kylin operation system
# DESCRIPTION
kylin-nm is a Qt based applet and uses some interface provided by NetworkManager.
It provides a GUI for users to connect or disconnect wired or wireless network which managed by NetworkManager.
Users can also create new wired network and configure a old network.
By click button at left bottom in the main window, a network configure window of NetworkManager will show in the screen.
2020-07-23 08:54:59 +08:00
Users can get some information about network directly by clicking one item in the network list, these information shown in extension area.
2020-03-30 16:14:34 +08:00
# BUILD KYLIN-NM
down the source sode
install dependency packages(see cntrol files in the debian directory)
2020-03-30 16:14:34 +08:00
execute debuild command in the root directory of project
execute sudo dpkg -i packagename.deb to install