summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlessandro Ghedini <al3xbio@gmail.com>2011-11-20 15:50:38 +0100
committerAlessandro Ghedini <al3xbio@gmail.com>2011-11-20 15:51:50 +0100
commit3997b71e281a5f43cc8c1892e85de30728df7b2d (patch)
tree96f2be7c48af03b7c540eba9dd6680eb270f23b8 /README
parent902829c62f552f35517783570025b479745de3c5 (diff)
Imported Upstream version 0.3.1
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 9 insertions, 4 deletions
diff --git a/README b/README
index 81ac7a4..1d71775 100644
--- a/README
+++ b/README
@@ -14,8 +14,7 @@ It is inspired by the an addon written for the game World of Warcraft.
# About this Branch #
####################################################################
-This is the master Branch of Gnome-Pie. A recent "stable" version
-will be in here.
+This is the master branch of Gnome-Pie.
####################################################################
# PPA #
@@ -37,11 +36,17 @@ 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
+ libbamf-dev libwnck-dev
-Then build and launch Gnome-Pie by typing:
-
+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
+
####################################################################
# Usage #
####################################################################