Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 838 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 838 Bytes

Wingpanel Date & Time Indicator

Packaging status Translation status

Screenshot

Building and Installation

You'll need the following dependencies:

  • gobject-introspection
  • libecal1.2-dev
  • libedataserver1.2-dev
  • libical-dev
  • libgranite-dev >= 6.0.0
  • libwingpanel-dev
  • meson (>= 0.57.0)
  • valac >= 0.40.3

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