- Notifications
You must be signed in to change notification settings - Fork1.4k
Mixxx is Free DJ software that gives you everything you need to perform live mixes.
License
Unknown, Unknown licenses found
Licenses found
mixxxdj/mixxx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Mixxx is Free DJ software that gives you everything you need to perform liveDJ mixes. Mixxx works on GNU/Linux, Windows, and macOS.
To get started with Mixxx:
- For live use,download the latest stable version.
- For experimentation and testing,download a development release.
- To live on the bleeding edge, clone the repo:
git clone https://github.com/mixxxdj/mixxx.git
The Mixxx team usesGithub Issues to manage Mixxx development.
Have a bug or feature request?File a bug on Github.
Want to get involved in Mixxx development? Assign yourself a bug from theeasybug list and get started!ReadCONTRIBUTING for more information.
First, open a terminal (on Windows, use "x64 Native Tools Command Prompt forVS 2019"), download the mixxxsource code and navigate to it:
$ git clone https://github.com/mixxxdj/mixxx.git$ cd mixxx
Fetch the required dependencies and set up the build environment by running thecorresponding command for your operating system:
OS | Command |
---|---|
Windows | tools\windows_buildenv.bat |
macOS | source tools/macos_buildenv.sh setup |
Debian/Ubuntu | tools/debian_buildenv.sh setup |
Fedora | tools/rpm_buildenv.sh setup |
Other Linux distros | See thewiki article |
To build Mixxx, run
$ mkdir build$ cd build$ cmake ..$ cmake --build .
There should now be amixxx
executable in the current directory that you canrun. Alternatively, can generate a package usingcpack
.
For help using Mixxx, there are a variety of options:
Help to spread Mixxx with translations into more languages, as well as to update and ensure the accuracy of existing translations.
Mixxx is a vibrant community of hackers, DJs and artists. To keep track ofdevelopment and community news:
- Chat with us onZulip.
- Follow us onMastodon,Bluesky andFacebook.
- Subscribe to theMixxx Blog.
- Post on theMixxx forums.
Mixxx is released under the GPLv2. See the LICENSE file for a full copy of thelicense.
About
Mixxx is Free DJ software that gives you everything you need to perform live mixes.