diff --git a/projects/netctl-gui.html b/projects/netctl-gui.html index 070fbcc..f16163c 100644 --- a/projects/netctl-gui.html +++ b/projects/netctl-gui.html @@ -13,10 +13,11 @@ links:

Information

Graphical interface for netctl (several scripts for work with network connection in Archlinux). It is written on CPP using Qt4 library. 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!

{% highlight bash %} $ netctl-gui --help Netctl GUI -Version : 1.0.0 License : GPLv3 +Version : 1.0.4 License : GPLv3 Evgeniy Alekseev aka arcanis E-mail : esalexeev@gmail.com @@ -40,6 +41,9 @@ Parametrs: + +

Changelog

+

CHANGELOG

@@ -57,14 +61,13 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../ make sudo make install {% endhighlight %} -

If you want install it without KDE widget, run:

-{% highlight bash %} -cd /path/to/extracted/archive -mkdir build && cd build -cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_DATAENGINE:BOOL=0 -DBUILD_PLASMOID:BOOL=0 ../ -make -sudo make install -{% endhighlight %} +

Available cmake flags are:

+ @@ -72,9 +75,10 @@ sudo make install

I want note that all were tested on latest version of dependencies.

@@ -74,9 +76,10 @@ sudo make install

Все было протестировано на последних версиях зависимостей.