summaryrefslogtreecommitdiff
path: root/README.md
blob: 1cecf79f9c5ae0cfbe5ff1553932dd66a56bc2b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Welcome to [D-Feet](https://wiki.gnome.org/Apps/DFeet)

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