Skip to content

Instantly share code, notes, and snippets.

@amishshah
Last active December 1, 2017 14:43
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 amishshah/ee9af0e0516d3db41b67356289357249 to your computer and use it in GitHub Desktop.
Save amishshah/ee9af0e0516d3db41b67356289357249 to your computer and use it in GitHub Desktop.
builds omxplayer on rpi3 stretch lite
#!/bin/bash
apt-get update
apt-get install -y git libasound2-dev libavutil-dev libpcre3-dev libboost-dev
git clone https://github.com/popcornmix/omxplayer.git
cd omxplayer
./prepare-native-raspbian.sh
make ffmpeg
make -j$(nproc)
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment