Skip to content

Commit

Permalink
docs: Add missing build dependency (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Oct 24, 2024
1 parent 766ec5b commit 9453d8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ rustup target add wasm32-unknown-unknown
Make sure the following development libraries are installed:

- `webkit2gtk-devel`
- `libwebkit2gtk41-devel`
- `curl`
- `wget`
- `file`
Expand All @@ -40,6 +41,7 @@ For Void Linux, install these dependencies by running:
sudo xbps-install -Syu
sudo xbps-install -S \
webkit2gtk-devel \
libwebkit2gtk41-devel \
curl \
wget \
file \
Expand Down

0 comments on commit 9453d8c

Please sign in to comment.