From aa2e5de69aa0fd59e6609e4cf82986c1e0d4e79c Mon Sep 17 00:00:00 2001 From: Joe Esteves Date: Thu, 3 Aug 2023 09:00:45 -0300 Subject: [PATCH] =?UTF-8?q?add=20deps=20=F0=9F=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d8d4b2..71603d3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The following packages will be required to build depending on your environment: - [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) - [pnpm](https://pnpm.io/installation) - openconnect-devel (containing `openconnect.h`): `sudo apt install libopenconnect-dev` or `sudo yum install openconnect-devel` +- GDK dependencies `sudo apt install libgdk3.0-cil-dev libcairo2-dev libsoup2.4-dev libgdk-pixbuf-2.0-dev libjavascriptcoregtk-4.0-dev libatk1.0-dev libpango1.0-dev libwebkit2gtk-4.0-dev` ### Build the service