https://github.com/networkconfiguration/dhcpcd-ui
GTK+ / Qt / Curses interface to dhcpcd
https://github.com/networkconfiguration/dhcpcd-ui
Last synced: 12 days ago
JSON representation
GTK+ / Qt / Curses interface to dhcpcd
- Host: GitHub
- URL: https://github.com/networkconfiguration/dhcpcd-ui
- Owner: NetworkConfiguration
- Created: 2017-02-18T02:21:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T11:59:55.000Z (11 months ago)
- Last Synced: 2025-02-25T12:39:23.753Z (11 months ago)
- Language: C
- Homepage: https://roy.marples.name/projects/dhcpcd-ui
- Size: 1.78 MB
- Stars: 23
- Watchers: 7
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
[cariosvg](https://cairosvg.org/) is used to build the icons from the svg source.
It's not a runtime dependency.
### Notifications
Notifications are dependant on the chosen platform.
GTK+ will get them if libnotify is present.
Qt will get them by default.