Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 489 Bytes

File metadata and controls

24 lines (16 loc) · 489 Bytes

Dock

A quick app launcher and window switcher for Pantheon

Building, Testing, and Installation

You'll need the following dependencies:

  • libadwaita-1-dev
  • libgranite-7-dev >= 7.7.0
  • libgtk-4-dev
  • meson
  • valac

Run meson to configure the build environment and then ninja test to build and run tests

meson build --prefix=/usr
cd build
ninja test

To install, use ninja install, then execute with io.elementary.dock

ninja install
io.elementary.dock