Skip to content

Commit

Permalink
Corrected dependencies to build the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gentakojima committed Mar 1, 2016
1 parent 61979d8 commit 40c6e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This method requires root access and is only available for Ubuntu 14.04 at this

This method requires root access and was only tested on Ubuntu 14.04, 15.10 and 16.04.

1. Install dependencies: `sudo apt-get install python27 python-dev-all build-essential python-notify gir1.2-notify-0.7 gir1.2-appindicator3-0.1 gir1.2-rsvg-2.0`
1. Install dependencies: `sudo apt-get install python-27 python-all-dev build-essential python-notify gir1.2-notify-0.7 gir1.2-appindicator3-0.1 gir1.2-rsvg-2.0`
2. Clone the repository: `git clone https://github.com/gentakojima/emojione-picker-ubuntu`
3. Build the package: `cd emojione-picker-ubuntu; debuild` (*Signing the package might fail at this point, but it's not a big deal*)
4. Install it! `sudo dpkg -i ../emojione-picker*.deb`
Expand Down

0 comments on commit 40c6e9f

Please sign in to comment.