Add missing libgstreamer-plugins-base1.0-dev to compile dependency docs (#407)
This commit is contained in:
parent
1b84c7e7ba
commit
6486db601b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue