Last active
August 29, 2015 14:13
-
-
Save RobertCNelson/34eedeae27bce1ce6358 to your computer and use it in GitHub Desktop.
BeagleBoard-X15: ducati...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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