summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 16788e5ffc6d014d6f30eb2f53a3dbd82a6fd442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
####################################################################
#            Compiling and installing Gnome-Pie                    #
####################################################################

First of all, install all dependancies:

sudo apt-get install libgtk2.0-dev libcairo2-dev libappindicator-dev
                     libgee-dev libxml2-dev libxtst-dev
                     libgnome-menu-dev valac cmake libunique-dev

Then build  Gnome-Pie by typing:
./make.sh

Launch it with 
./gnome-pie

If you want to install it system wide use
cd build && sudo make install

Have fun with this tool!