From 860b0992b4522ed7720983497ecf39f8e839ab47 Mon Sep 17 00:00:00 2001 From: Naren Dasan <naren@narendasan.com> Date: Fri, 2 Sep 2016 15:45:29 -0500 Subject: [PATCH] Updating readme to specifically list package names --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44298e4..50870b8 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,15 @@ To install Sass, install Ruby and the gem command using your distribution's pack You'll also need the following commands in your path to generate the gresource binary. Install them using your distribution's package manager. -* `glib-compile-schemas` +* `glib-compile-schemas` + * debian: `libglib2.0-dev` + * rpm: `glib2-devel` + * arch `glib2` + * `gdk-pixbuf-pixdata` + * debian: `libgdk-pixbuf2.0-dev` + * rpm: `gdk-pixbuf2-devel` + * arch: `gdk-pixbuf2` After installing all the dependencies, switch to the cloned directory and, run the following in Terminal,