Created
August 23, 2015 20:02
-
-
Save Vaduz/530e9a3e4eb53421defd to your computer and use it in GitHub Desktop.
Setting up murmur server on Raspberry PI
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
#!/bin/bash | |
sudo apt-get install build-essential pkg-config qt4-dev-tools libqt4-dev libspeex1 \ | |
libspeex-dev libboost-dev libasound2-dev libssl-dev g++ \ | |
libspeechd-dev libzeroc-ice-dev ice-slice libpulse-dev slice2cpp \ | |
libcap-dev libspeexdsp-dev libprotobuf-dev protobuf-compiler \ | |
libogg-dev libavahi-compat-libdnssd-dev libsndfile1-dev \ | |
libg15daemon-client-dev libxi-dev | |
wget http://download.qt.io/official_releases/qt/5.5/5.5.0/single/qt-everywhere-opensource-src-5.5.0.tar.gz | |
tar zxvf qt-everywhere-opensource-src-5.5.0.tar.gz | |
cd qt-everywhere-opensource-src-5.5.0 | |
./configure -qt-xcb | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment