mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
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:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user