Skip to content

Instantly share code, notes, and snippets.

@fayaaz
Last active March 23, 2018 23:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fayaaz/8800d520025c25211ecf3d1a54c5b6c0 to your computer and use it in GitHub Desktop.
Save fayaaz/8800d520025c25211ecf3d1a54c5b6c0 to your computer and use it in GitHub Desktop.
Compiling Mixxx on the Raspberry Pi with OpenGL ES and QT4
sudo apt-get install libjack-dev libjack0 portaudio19-dev
sudo apt-get build-dep mixxx
sudo apt-get install g++ git scons libqt4-dev libqt4-sql-sqlite libportmidi-dev \
libopusfile-dev libshout-dev libtag1-dev libprotobuf-dev protobuf-compiler \
libusb-1.0-0-dev libfftw3-dev libmad0-dev \
portaudio19-dev libchromaprint-dev librubberband-dev libsqlite3-dev \
libid3tag0-dev libflac-dev libsndfile-dev libupower-glib-dev
sudo apt-get install libfaad-dev libmp4v2-dev
git clone https://github.com/mixxxdj/mixxx.git
cd mixxx
scons -j4 optimize=native opengles=1 machine=armhf faad=1
sudo scons -j4 install
@fayaaz
Copy link
Author

fayaaz commented Feb 19, 2017

Tried with qt5 additional packages:
qtscript5-dev qtdeclarative5-dev qtbase5-dev libqt5core5a libqt5sql5-sqlite

and scons build flag qt5=1

Failed during compile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment