From 4ede65c2a3a1a670f72afc8cbbcb63d3603450b5 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Thu, 10 Jul 2025 00:46:04 +0800 Subject: [PATCH] docs(CONTRIBUTING.md): updated with Linux dependencies --- .github/CONTRIBUTING.md | 8 ++++++++ docs/src/content/docs/references/Contributing/guide.md | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 34599adc8..2afd35f4a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -78,6 +78,14 @@ Hello! Thank you for your interest in contributing to this project. This guide w ```shell corepack enable corepack prepare pnpm@latest --activate +4. If you would love to help to develop the desktop version, you will need those dependencies: + ``` + sudo apt install \ + libssl-dev \ + libglib2.0-dev \ + libgtk-3-dev \ + libjavascriptcoregtk-4.1-dev \ + libwebkit2gtk-4.1-dev ``` diff --git a/docs/src/content/docs/references/Contributing/guide.md b/docs/src/content/docs/references/Contributing/guide.md index 3b2049ed9..f9b4f2cf4 100644 --- a/docs/src/content/docs/references/Contributing/guide.md +++ b/docs/src/content/docs/references/Contributing/guide.md @@ -80,6 +80,15 @@ Hello! Thank you for your interest in contributing to this project. This guide w corepack enable corepack prepare pnpm@latest --activate ``` +4. If you would love to help to develop the desktop version, you will need those dependencies: + ``` + sudo apt install \ + libssl-dev \ + libglib2.0-dev \ + libgtk-3-dev \ + libjavascriptcoregtk-4.1-dev \ + libwebkit2gtk-4.1-dev + ```