5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 19:50:15 +08:00

Added instructions for red hat distros

This commit is contained in:
fred2104 2019-05-12 09:06:23 +12:00
parent b21e79daf5
commit 9f2c9a989f

View File

@ -52,6 +52,10 @@ Make sure you have the xcode command line tools installed. This can be done by r
`sudo pacman -S webkit2gtk gtk3`
#### Red Hat Based Distros
`sudo yum install webkit2gtk-devel gtk3-devel`
Note: If you have successfully installed these dependencies on a different flavour of Linux, please consider submitting a PR.
### Windows