Skip to content

Commit

Permalink
Add missing libgstreamer-plugins-base1.0-dev to compile dependency do…
Browse files Browse the repository at this point in the history
…cs (#407)
  • Loading branch information
s00500 authored Aug 11, 2024
1 parent 1b84c7e commit 6486db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
If you want to compile Golang code locally, you must install additional dependencies in order for it to compile.

```shell
apt-get install -y --no-install-recommends libx11-dev libxrandr-dev libxtst-dev libgstreamer1.0-dev
apt-get install -y --no-install-recommends libx11-dev libxrandr-dev libxtst-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
```

Libclipboard files can be retrieved from `neko_dev_server` container:
Expand Down

0 comments on commit 6486db6

Please sign in to comment.