Updating readme to specifically list package names

pull/556/head
Naren Dasan 2016-09-02 15:45:29 -05:00 committed by GitHub
parent cb3e0317cd
commit 860b0992b4
1 changed files with 8 additions and 1 deletions

View File

@ -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,