179 parrot distributionsupport (#181)

* feat: parrot support && git push

* feat: parrot support

* feat: parrot support

* fix: arch support

* fix: gentoos support

* Update README.md

* Update README.md
This commit is contained in:
admin_3.exe
2019-08-05 11:35:04 +03:00
committed by Lea Anthony
parent 62f7070e0c
commit 846fe479bf
4 changed files with 53 additions and 32 deletions

View File

@@ -46,7 +46,7 @@ Make sure you have the xcode command line tools installed. This can be done by r
### Linux
#### Ubuntu 18.04, Debian 9, Zorin 15
#### Debian 9, Ubuntu 18.04, Zorin 15, Parrot 4.7
`sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev`
@@ -54,13 +54,17 @@ Make sure you have the xcode command line tools installed. This can be done by r
`sudo pacman -S webkit2gtk gtk3`
#### Centos 7
`sudo yum install webkitgtk3-devel gtk3-devel`
#### Fedora 30
`sudo yum install webkit2gtk3-devel gtk3-devel`
#### Centos 7
#### Gentoo
`sudo yum install webkitgtk3-devel gtk3-devel`
`sudo emerge gtk+:3 webkit-gtk`
### Windows