From 61979d8aac9a701cedeb6f9967ac0650659e3c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Su=C3=A1rez=20de=20Lis?= Date: Tue, 1 Mar 2016 09:32:38 +0100 Subject: [PATCH 1/2] Corrected apt-get command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17cfa4e6..fbeb5b4c 100644 --- a/README.md +++ b/README.md @@ -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 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 python27 python-dev-all 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` From 40c6e9fd94ab4900394aea36baf95ba8f944ed38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Su=C3=A1rez=20de=20Lis?= Date: Tue, 1 Mar 2016 10:04:37 +0100 Subject: [PATCH 2/2] Corrected dependencies to build the packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbeb5b4c..d086bba1 100644 --- a/README.md +++ b/README.md @@ -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`