Skip to content

Commit dbf231b

Browse files
narendasankhurshid-alam
authored andcommitted
Updating readme to specifically list package names. Fixes #555 & #493
* Updating readme to specifically list package names * Updating readme with dependency commands to run
1 parent a6f9a10 commit dbf231b

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,25 @@ To install Sass, install Ruby and the gem command using your distribution's pack
1010

1111
`gem install sass`
1212

13-
You'll also need the following commands in your path to generate the gresource binary. Install them using your distribution's package manager.
13+
You'll also need the ```glib-compile-schemas``` and ```gdk-pixbuf-pixdata``` commands in your path to generate the gresource binary. Install them using your distribution's package manager.
1414

15-
* `glib-compile-schemas`
16-
* `gdk-pixbuf-pixdata`
15+
#### Debian, Ubuntu
16+
17+
```sh
18+
sudo apt-get install libglib2.0-dev libgdk-pixbuf2.0-dev libxml2-utils
19+
```
20+
21+
#### Fedora
22+
23+
```sh
24+
sudo dnf install glib2-devel gdk-pixbuf2-devel
25+
```
26+
27+
#### Arch Linux
28+
29+
```sh
30+
sudo pacman -S glib2 gdk-pixbuf2
31+
```
1732

1833
After installing all the dependencies, switch to the cloned directory and, run the following in Terminal,
1934

0 commit comments

Comments
 (0)