An open API service indexing awesome lists of open source software.

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

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
```