https://github.com/elementary/switchboard-plug-sharing
Switchboard Sharing Plug
https://github.com/elementary/switchboard-plug-sharing
gtk gtk3 hacktoberfest meson pantheon switchboard vala
Last synced: 8 months ago
JSON representation
Switchboard Sharing Plug
- Host: GitHub
- URL: https://github.com/elementary/switchboard-plug-sharing
- Owner: elementary
- License: gpl-3.0
- Created: 2017-04-11T19:32:41.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-06-08T01:42:08.000Z (8 months ago)
- Last Synced: 2025-06-08T02:52:25.037Z (8 months ago)
- Topics: gtk, gtk3, hacktoberfest, meson, pantheon, switchboard, vala
- Language: Vala
- Size: 1.9 MB
- Stars: 11
- Watchers: 25
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Sharing Settings
[](https://l10n.elementary.io/engage/switchboard/?utm_source=widget)

## Building and Installation
You'll need the following dependencies:
* libadwaita-1-dev (>= 1.4)
* libgranite-7-dev
* libgtk-4-dev (>= 4.10)
* libswitchboard-3-dev
* meson
* valac
Run `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninja
To install, use `ninja install`
ninja install