Skip to content

Instantly share code, notes, and snippets.

@slashtechno
Created December 29, 2021 00:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slashtechno/1a09b3047e98ae5ee6208c57684784c3 to your computer and use it in GitHub Desktop.
Save slashtechno/1a09b3047e98ae5ee6208c57684784c3 to your computer and use it in GitHub Desktop.
RpiPlay install script for Raspberry Pi OS Bullseye
git clone https://github.com/FD-/RPiPlay.git
cd RPiPlay
sudo apt-get install cmake -y
sudo apt-get install libavahi-compat-libdnssd-dev -y
sudo apt-get install libplist-dev -y
sudo apt-get install libssl-dev -y
sudo apt-get install libx264-dev libjpeg-dev -y
sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-ugly gstreamer1.0-tools gstreamer1.0-gl gstreamer1.0-gtk3 --fix-missing -y
mkdir build
cd build
cmake --DCMAKE_CXX_FLAGS="-O3" --DCMAKE_C_FLAGS="-O3" ..
make -j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment