https://github.com/elementary/switchboard-plug-network
Switchboard Network Plug
https://github.com/elementary/switchboard-plug-network
gtk gtk3 hacktoberfest meson network-manager switchboard vala
Last synced: 3 months ago
JSON representation
Switchboard Network Plug
- Host: GitHub
- URL: https://github.com/elementary/switchboard-plug-network
- Owner: elementary
- License: gpl-3.0
- Created: 2017-04-20T22:43:30.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T23:04:21.000Z (6 months ago)
- Last Synced: 2025-04-20T00:21:51.549Z (6 months ago)
- Topics: gtk, gtk3, hacktoberfest, meson, network-manager, switchboard, vala
- Language: Vala
- Size: 8.15 MB
- Stars: 21
- Watchers: 22
- Forks: 25
- Open Issues: 100
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Networking Settings
[](https://repology.org/metapackage/switchboard-plug-networking)
[](https://l10n.elementary.io/engage/switchboard/?utm_source=widget)
## Building and Installation
You'll need the following dependencies:
* libgranite-7-dev >= 7.4.0
* libnm-dev
* libnma-gtk4-dev
* libswitchboard-3-dev
* meson
* valacRun `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninjaTo install, use `ninja install`
ninja install