Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hudkit: main.c
$(CC) -std=c11 main.c -o hudkit `pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.0`
$(CC) -std=c11 main.c -o hudkit `pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.1`
clean:
rm -f hudkit
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ You'll need—

On [Void][void], they are `gtk+3-devel` and `webkit2gtk-devel`.

On [Ubuntu][ubuntu], they are `libgtk-3-dev` and `libwebkit2gtk-4.0-devel`.
On [Ubuntu][ubuntu], they are `libgtk-3-dev` and `libwebkit2gtk-4.1-devel`.

On [Mint][mint], they are `libgtk-3-dev` and `libwebkit2gtk-4.0`.
On [Mint][mint], they are `libgtk-3-dev` and `libwebkit2gtk-4.1`.

If you build on another distro, I'm interested in how it went.

Expand Down