Skip to content

Instantly share code, notes, and snippets.

@RobertCNelson
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save RobertCNelson/34eedeae27bce1ce6358 to your computer and use it in GitHub Desktop.

Select an option

Save RobertCNelson/34eedeae27bce1ce6358 to your computer and use it in GitHub Desktop.
BeagleBoard-X15: ducati...
sudo apt-get install autopoint libdrm-dev libgstreamer1.0-dev \
libgstreamer-plugins-bad1.0-dev libgstreamer-plugins-base1.0-dev linux-headers-`uname -r`
git clone git://git.ti.com/ipc/ipcdev.git --depth=1
cd ipcdev/
./configure --prefix=/usr PLATFORM=DRA7XX KERNEL_INSTALL_DIR=/lib/modules/`uname -r`/build/
make ; sudo make install
git clone git://git.omapzoom.org/repo/libdce.git --depth=1
cd libdce/
./autogen.sh --prefix=/usr
make ; sudo make install
git clone git://git.ti.com/glsdk/gst-plugin-ducati.git --depth=1
cd gst-plugin-ducati/
./autogen.sh --prefix=/usr
make ; sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment