docs(CONTRIBUTING.md): updated with Linux dependencies

This commit is contained in:
Neko Ayaka
2025-07-10 00:46:04 +08:00
parent 2f921a2ae4
commit 4ede65c2a3
2 changed files with 17 additions and 0 deletions
+8
View File
@@ -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
```
</details>
@@ -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
```
</details>