https://github.com/jcelerier/udooplayer
A loop player for the UDOO, based on libaudiotool
https://github.com/jcelerier/udooplayer
Last synced: 10 days ago
JSON representation
A loop player for the UDOO, based on libaudiotool
- Host: GitHub
- URL: https://github.com/jcelerier/udooplayer
- Owner: jcelerier
- Created: 2014-07-02T14:03:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-30T13:20:39.000Z (almost 12 years ago)
- Last Synced: 2025-09-12T08:50:14.680Z (10 months ago)
- Language: C++
- Size: 615 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UdooPlayer
==========
A loop player for the UDOO, based on libaudiotool
Installation on a new UDOO image (Ubuntu 12.04)
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install git g++-4.8 ubuntu-sdk libportaudiocpp0 libportaudio-dev libavfilter-dev libavformat-dev libavcodec-dev cmake
Build latest CMake and KDE Frameworks 5 Archive :
* CMake
```
mkdir ~/kf5
cd ~/kf5
wget http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz
tar -zxf cmake-3.0.0.tar.gz
cd cmake-3.0.0
(mkdir build; cd build; cmake ..; make; make install)
```
* Extra CMake modules
```
git clone git://anongit.kde.org/extra-cmake-modules
cd extra-cmake-modules
(mkdir build; cd build; cmake ..; make; make install)
```
* KArchive
```
wget http://download.kde.org/stable/frameworks/5.0.0/karchive-5.0.0.tar.xz
tar -xf karchive-5.0.0.tar.xz
cd karchive-5.0.0.tar.xz
(mkdir build; cd build; cmake ..; make; make install)
```
And build.