Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 487 Bytes

Welcome to D-Feet

Requirements:

  • python >= 2.7
  • python-gi >= 3.3.91
  • gtk >= 3.6

Optional Requirements:

  • gnome-python-libwnck - for displaying application icons next to the application

To run localy for testing, install it using the prefix option:

meson --prefix=/tmp/d-feet _build && ninja -C _build install

And then execute it:

/tmp/d-feet/bin/d-feet

To install in the system:

meson _build && ninja -C _build install