5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 22:13:36 +08:00

Add Arch instructions

This commit is contained in:
Lea Anthony 2019-05-03 19:09:36 +10:00
parent ff55170002
commit d2d4ea3033
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -47,6 +47,10 @@ Make sure you have the xcode command line tools installed. This can be done by r
`sudo apt install pkg-config build-essential libgtk-3-dev libwebkit2gtk-4.0-dev` `sudo apt install pkg-config build-essential libgtk-3-dev libwebkit2gtk-4.0-dev`
#### Arch Linux
`sudo pacman -S webkit2gtk gtk3`
Note: If you have successfully installed these dependencies on a different flavour of Linux, please consider submitting a PR. Note: If you have successfully installed these dependencies on a different flavour of Linux, please consider submitting a PR.
### Windows ### Windows