blob: 6844c5f47afaa465b4d2e4ff6aa9ceaec73c67b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# dhcpcd-ui
dhcpcd-ui is the graphical interface to
[dhcpcd](http://roy.marples.name/projects/dhcpcd).
It has a helper library in C to try and minimize any toolkit
specific parts.
There are GTK+-2 (works with GTK+-3) and Qt (works with Qt-4 and Qt-5)
front ends.
dhcpcd-curses is very much a work in progress and is only informative
at this stage.
dhcpcd-online can report on network availability from dhcpcd
(requires dhcpcd-6.4.4)
---
## Build options
Switches to control building of various parts:
* `--with-dhcpcd-online`
* `--with-gtk`
* `--with-qt`
* `--with-icons`
* `--enable-notification`
For each `--with` there is a `--without` and for each `--enable` a `--disable`.
If each part is not specified then the configure will test the system
for the needed libraries to build and install it.
|