webpage/docs/developer-guide/README.md
:::info This guide is Work in Progress. It is not complete and will be updated over time. :::
sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
gstreamer1.0-pulseaudio;
sudo apt-get install libx11-dev libxrandr-dev libxtst-dev libxcvt-dev xorg;
sudo apt-get install pulseaudio;
sudo apt-get install xdotool xclip libgtk-3-0 libgtk-3-dev libopus0 libvpx6;
import DocCardList from '@theme/DocCardList'; import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>