Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 778 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 778 Bytes

Applications Menu

l10n

Lightweight and stylish app launcher.

Screenshot

Building and Installation

You'll need the following dependencies:

  • libappstream-dev
  • libgee-0.8-dev
  • libgnome-menu-3-dev
  • libgranite-dev >= 5.2.1
  • libgtk-3-dev
  • libjson-glib-dev
  • libplank-dev
  • libsoup2.4-dev
  • libswitchboard-2.0-dev
  • libunity-dev
  • libwingpanel-2.0-dev
  • libzeitgeist-2.0-dev
  • meson
  • pkg-config
  • 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