summaryrefslogtreecommitdiff
path: root/README
blob: 641d93e65882c15176f9b3e203776193b8333b66 (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 Requriements:

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 && 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