Skip to content

Instantly share code, notes, and snippets.

@ha7ilm
Last active February 14, 2017 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ha7ilm/b0532a2e7c101b34913601c4bc5b074e to your computer and use it in GitHub Desktop.
Save ha7ilm/b0532a2e7c101b34913601c4bc5b074e to your computer and use it in GitHub Desktop.

How to compile and install Mixxx from source on Ubuntu 14.04?

You need to do this if you need the freshest version of Mixxx. However, it might have bugs. Consider installing the stable version from the repository.

First, clone the repo:

git clone https://github.com/mixxxdj/mixxx.git
cd mixxx

Next, install all of the dependencies detailed at:

https://www.mixxx.org/wiki/doku.php/compiling_on_linux

...you can compile it and do a system wide install by:

sudo scons install

Now you can run mixxx by issuing:

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