Skip to content

Commit

Permalink
updated installation instructions, added info for install on a Pi 2, …
Browse files Browse the repository at this point in the history
…and added a new screenshot
  • Loading branch information
robint99 committed Jun 30, 2015
1 parent 5ffdbe7 commit 993c7fd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
12 changes: 1 addition & 11 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,4 @@ The applet allows you to:
Use either a light or dark indicator that it can always be seen
no matter what colour the panel is

To install from source, run:

configure --prefix=/usr
make
sudo make install

Depends on:

Python3
gir1.2-wnck-1.0

For installation instructions and screenshots, see README.md
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,34 @@ The applet allows you to:

### Installation

To install from source, cd to the directory containing all of the development files and run:

Ubuntu and Mint users can install from the PPA kindly provided by ![webupd8](http://www.webupd8.org/2015/05/dock-applet-icon-only-window-list-for.html)

For Arch users, there's a ![package](http://aur.archlinux.org/packages/mate-applet-dock-git) in the AUR.

Users of other distros will need to install from source, so cd to the directory containing all of the development files and run:

automake --add-missing

autoreconf

./configure --prefix=/usr

make

sudo make install

### Installation on Ubuntu Mate on a Pi 2

This is a little more involved. First download gir1.2-wnck-1.0 for arm architechure from ![here](http://launchpadlibrarian.net/160438738/gir1.2-wnck-1.0_2.30.7-0ubuntu4_armhf.deb) and install it with sudo dpkg -i. Then install other dependencies - sudo apt-get install git autoreconf libglib2.0-dev

From this point the instrcutions above for compiling from source should be followed.

### Dependencies

Depends on:

Python3

gir1.2-wnck-1.0

### Obligatory screen shots
Expand All @@ -39,6 +55,7 @@ Running on Ubuntu with a Windows 7 style layout

![Ubuntu screenshot](https://github.com/robint99/screenshots/raw/master/Ubuntu_V0.6_ss.png)

Running on a Raspberry Pi 2 with Ubuntu MATE


![Pi2 screenshot](https://github.com/robint99/screenshots/raw/maters/pi2_mate_V0.62_ss.png)

0 comments on commit 993c7fd

Please sign in to comment.