https://github.com/elementary/friends
See and contact your friends from elementary OS
https://github.com/elementary/friends
Last synced: 8 months ago
JSON representation
See and contact your friends from elementary OS
- Host: GitHub
- URL: https://github.com/elementary/friends
- Owner: elementary
- License: gpl-3.0
- Created: 2018-11-27T23:54:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T00:16:12.000Z (over 1 year ago)
- Last Synced: 2024-08-17T01:38:04.021Z (over 1 year ago)
- Language: Vala
- Homepage: https://elementary.io
- Size: 265 KB
- Stars: 23
- Watchers: 28
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# friends
See and contact your friends from elementary OS
## Building and Installation
You'll need the following dependencies:
* folks
* glib-2.0
* gobject-2.0
* granite-7
* adwaita-1
* gtk4
* meson (>= 0.57.0)
* valac
Run `meson build` to configure the build environment. Change to the build directory and run `ninja` to build
```bash
meson build --prefix=/usr
cd build
ninja
```
To install, use `ninja install`, then execute with `io.elementary.friends`
```bash
ninja install
io.elementary.friends
```