mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-14 22:35:51 +00:00
small changes
changed license notes since project had beed renamed to netctl-gui
This commit is contained in:
10
README.md
10
README.md
@ -5,6 +5,8 @@ Information
|
||||
-----------
|
||||
Graphical interface for netctl. Now it may work with profiles and may create new profiles. Also it may create a connection to WiFi. Moreover, it provides a widget and DataEngine for KDE.
|
||||
|
||||
**NOTE** LOOKING FOR TRANSLATORS!
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
It is recommended to use graphical interface for widget configuration. DataEngine settings are stored in `/usr/share/config/netctl.conf`:
|
||||
@ -55,6 +57,14 @@ Installation
|
||||
make
|
||||
sudo make install
|
||||
|
||||
If you want install it without GUI run:
|
||||
|
||||
cd /path/to/extracted/archive
|
||||
mkdir build && cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_GUI:BOOL=0 ../
|
||||
make
|
||||
sudo make install
|
||||
|
||||
Additional information
|
||||
======================
|
||||
|
||||
|
Reference in New Issue
Block a user