small changes

changed license notes since project had beed renamed to netctl-gui
This commit is contained in:
arcan1s
2014-04-06 19:02:52 +04:00
parent 1366852a62
commit 7d7a24c23d
47 changed files with 193 additions and 169 deletions

View File

@ -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
======================