Code Monkey home page Code Monkey logo

m1xxx's Introduction

M1xxx

Build

Note

Official snapshot builds of Mixxx for Apple Silicon are now available for download here. These are recommended for most users and can also be installed via Homebrew:

brew tap homebrew/cask-versions
brew install --cask mixxx-snapshot

Unofficial snapshot builds of the free and open source DJ software Mixxx for macOS (arm64/Apple Silicon, x86-64/Intel) and Linux (x86-64).

Screenshot

Installation

Get the most recent binaries from GitHub Releases here.

Alternatively you can install m1xxx via Homebrew using

brew tap fwcd/fwcd
brew install --cask m1xxx

This has the additional advantage of making it easy to upgrade or remove m1xxx.

Background

Mixxx traditionally only provided builds for x86-64 macOS. While these run fine under Rosetta 2, native Mixxx builds for arm64 run at roughly half the CPU load and feel noticeably more snappy than the x86-64 version.

This repo provides native builds for arm64 that are cross-compiled from GitHub's x86-64 Actions runners.

Upstreaming process

Both the mixxx and the vcpkg branch now use the official upstream revisions.

Building natively on Apple Silicon (arm64 macOS) hosts

While the CI workflows in this repo mainly deal with the case of cross-compiling Mixxx from x86-64 macOS runners to arm64, it is also possible to compile directly from an arm64 macOS (Apple Silicon) host.

First, make sure to have Homebrew installed and the submodules in this repo checked out (using git submodule update). To install the system dependencies, run:

scripts/install-macos-deps

To compile and install Mixxx's dependencies into vcpkg run:

scripts/bootstrap-vcpkg
scripts/install-vcpkg-deps

Note

If vcpkg produces a 'missing Python' error message, make sure to have python on your PATH, e.g. by symlinking it to python3 with ln -s /opt/homebrew/bin/python3 /usr/local/bin/python.

To build Mixxx, run:

scripts/configure-mixxx
scripts/build-mixxx

Credits

Thanks to daschuer for the work involved in backporting the relevant Qt patches, parts of the CI workflows and assistance in building the dependencies!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.