Currently the libdjinterop is missing and you need to install it from github.com/xsco/libdjinterop first.
git clone git@github.com:xsco/libdjinterop.git
mkdir build && cd build
cmake ..
cmake --build .
sudo cmake --install .
- Note: The cmake install job place the library to /usr/local/lib so you need to add it to your linker search paths.
user@host:~$ LD_LIBRARY_PATH="$LD_LIBRARAY_PATH:/usr/local/lib" mixxx
regards j0inty
Pinned Comments
Gimmeapill commented on 2018-11-04 18:24 (UTC) (edited on 2020-11-14 20:16 (UTC) by Gimmeapill)
For those looking for something more stable than the alpha/default branch, there's another git pkgbuild for the 2.3 branch (beta), which should be reliable enough for daily use: https://aur.archlinux.org/packages/mixxx_beta-git/
Gimmeapill commented on 2018-02-25 20:15 (UTC) (edited on 2020-11-14 20:16 (UTC) by Gimmeapill)
This package will automatically retrieve and build the latest development snapshot of Mixxx from git (default branch).
It does not need to be updated on every release, so please do not flag out of date unless the build breaks or any actual packaging issue.