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 + ```