Added glib2-devel installation requirement
Fedora and CentOS and Redhat based Distros require the installation of glib2-devel. Else the installation results in an error.
This commit is contained in:
parent
fd9f18bfe0
commit
a0630f6a80
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
@ -7,7 +7,7 @@ WhiteSur is a MacOS Big Sur like theme for GTK 3, GTK 2 and Gnome-Shell which su
|
||||||
|
|
||||||
### GTK+ 3.20 or later
|
### GTK+ 3.20 or later
|
||||||
|
|
||||||
### GTK2 engines requirment
|
### GTK2 engines requirements
|
||||||
- GTK2 engine Murrine 0.98.1.1 or later.
|
- GTK2 engine Murrine 0.98.1.1 or later.
|
||||||
- GTK2 pixbuf engine or the gtk(2)-engines package.
|
- GTK2 pixbuf engine or the gtk(2)-engines package.
|
||||||
|
|
||||||
|
@ -24,17 +24,18 @@ ArchLinux:
|
||||||
pacman -S gtk-engine-murrine gtk-engines
|
pacman -S gtk-engine-murrine gtk-engines
|
||||||
|
|
||||||
|
|
||||||
### Installation Depends requirment
|
### Installation Depends requirement
|
||||||
- sassc.
|
- sassc.
|
||||||
- optipng.
|
- optipng.
|
||||||
- inkscape.
|
- inkscape.
|
||||||
- libglib2.0-dev. `ubuntu 18.04` `debian 10.03` `linux mint 19`
|
- libglib2.0-dev. `ubuntu 18.04` `debian 10.03` `linux mint 19`
|
||||||
- libxml2-utils. `ubuntu 18.04` `debian 10.03` `linux mint 19`
|
- libxml2-utils. `ubuntu 18.04` `debian 10.03` `linux mint 19`
|
||||||
|
- glib2-devel. `Fedora` `Redhat`
|
||||||
|
|
||||||
Fedora/RedHat distros:
|
Fedora/RedHat distros:
|
||||||
|
|
||||||
dnf install sassc optipng inkscape
|
dnf install sassc optipng inkscape glib2-devel
|
||||||
|
|
||||||
Ubuntu/Mint/Debian distros:
|
Ubuntu/Mint/Debian distros:
|
||||||
|
|
||||||
sudo apt install sassc optipng inkscape
|
sudo apt install sassc optipng inkscape
|
||||||
|
@ -48,13 +49,14 @@ ArchLinux:
|
||||||
pacman -S sassc optipng inkscape
|
pacman -S sassc optipng inkscape
|
||||||
|
|
||||||
Other:
|
Other:
|
||||||
Search for the depends in your distributions repository or install the depends from source.
|
1. Search for the dependencies in your distribution's repository or install the dependencies from source.
|
||||||
|
2. For CentOS 8 users: the `sassc` package doesn't exist in EPEL 8 or any other main repositories. Download the RPM manually from older EPEL repositories or build from source.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### From source
|
### From source
|
||||||
|
|
||||||
After depends all installed you can Run
|
After all the dependencies are installed, you can Run
|
||||||
|
|
||||||
./install.sh
|
./install.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue