Skip to content

Instantly share code, notes, and snippets.

@Vaduz
Created August 23, 2015 20:02
Show Gist options
  • Save Vaduz/530e9a3e4eb53421defd to your computer and use it in GitHub Desktop.
Save Vaduz/530e9a3e4eb53421defd to your computer and use it in GitHub Desktop.
Setting up murmur server on Raspberry PI
#!/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