Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 919 Bytes

File metadata and controls

35 lines (26 loc) · 919 Bytes

License: GPL v3

Emoji Picker

A sleek and fast emoji picker designed for elementary OS. Easily find and copy emojis with an intuitive and minimalist interface

Emoji Picker

Building and Installation

You'll need the following dependencies:

gobject-introspection
libglib2.0-dev
libgranite-dev >= 6.0.0
libnotify-dev
libwingpanel-dev
meson >= 0.58.0
libjson-glib-dev
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

sudo ninja install