• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H28-Jun-2021-738668

.tx/H28-Jun-2021-108

cmake/H03-May-2022-3,3192,663

lib/H28-Jun-2021-188,249132,128

packaging/H03-May-2022-3,3692,291

res/H03-May-2022-1,350,0371,335,326

script/H28-Jun-2021-87

src/H28-Jun-2021-1,262,4591,200,877

tools/H28-Jun-2021-3,3552,680

.clang-formatH A D28-Jun-20211.5 KiB5251

.clang-tidyH A D28-Jun-2021818 2019

.codespellignoreH A D28-Jun-202127 54

.eslintignoreH A D28-Jun-202132 21

.eslintrc.jsonH A D28-Jun-20211.5 KiB5756

.flake8H A D28-Jun-2021199 65

.gitattributesH A D28-Jun-2021977 2623

.gitignoreH A D28-Jun-20211.6 KiB9271

.pre-commit-config.yamlH A D28-Jun-20213.5 KiB127125

CHANGELOG.mdH A D28-Jun-202135.6 KiB451397

CODE_OF_CONDUCT.mdH A D28-Jun-20213.5 KiB8565

COPYINGH A D28-Jun-2021210 43

DoxyfileH A D28-Jun-2021108.4 KiB2,5491,984

LICENSEH A D28-Jun-2021173.8 KiB3,4252,840

README.mdH A D28-Jun-20214.7 KiB11182

pyproject.tomlH A D28-Jun-202130 32

README.md

1# Mixxx
2[![GitHub latest tag](https://img.shields.io/github/tag/mixxxdj/mixxx.svg)](https://mixxx.org/download)
3[![Packaging status](https://repology.org/badge/tiny-repos/mixxx.svg)](https://repology.org/metapackage/mixxx/versions)
4[![Zulip chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://mixxx.zulipchat.com)
5[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://mixxx.org/donate)
6
7[Mixxx] is Free DJ software that gives you everything you need to perform live
8DJ mixes. Mixxx works on GNU/Linux, Windows, and macOS.
9
10## Quick Start
11
12To get started with Mixxx:
13
141. For live use, [download the latest stable version][download-stable].
152. For experimentation and testing, [download a development release][download-testing].
163. To live on the bleeding edge, clone the repo: `git clone https://github.com/mixxxdj/mixxx.git`
17
18## Bug tracker
19
20The Mixxx team uses [Launchpad] to manage Mixxx development.
21
22Have a bug or feature request? [File a bug on Launchpad][fileabug].
23
24Want to get involved in Mixxx development? Assign yourself a bug from the [easy
25bug list][easybugs] and get started!
26
27## Building Mixxx
28
29First, open a terminal (on Windows, use "x64 Native Tools Command Prompt for
30VS 2019"), download the mixxx source code and navigate to it:
31
32    $ git clone https://github.com/mixxxdj/mixxx.git
33    $ cd mixxx
34
35Fetch the required dependencies and set up the build environment (on Windows,
36macOS and Debian/Ubuntu, you can do that by running
37`tools\windows_buildenv.bat`, `source tools/macos_buildenv.sh setup` or `source
38tools/debian_buildenv.sh setup` respectively), then run:
39
40    $ mkdir build
41    $ cd build
42    $ cmake ..
43    $ cmake --build .
44
45There should now be a `mixxx` executable in the current directory that you can
46run. Alternatively, can generate a package using `cpack`.
47
48More Information can be found on the [wiki]:
49
50- [Compiling on Linux]
51- [Compiling on macOS]
52- [Compiling on Windows]
53
54## Documentation
55
56For help using Mixxx, there are a variety of options:
57
58- [Mixxx manual][manual]
59- [Mixxx wiki][wiki]
60- [Frequently Asked Questions][FAQ]
61- [Hardware Compatibility]
62- [Creating Skins]
63
64## Translation
65
66Help to spread Mixxx with translations into more languages, as well as to update and ensure the accuracy of existing translations.
67
68- [Help translate content]
69- [Mixxx i18n wiki]
70- [Mixxx localization forum]
71- [Mixxx glossary]
72
73## Community
74
75Mixxx is a vibrant community of hackers, DJs and artists. To keep track of
76development and community news:
77
78- Chat with us on [Zulip][zulip].
79- Follow us on [Twitter] and [Facebook].
80- Subscribe to the [Mixxx Blog][blog].
81- Post on the [Mixxx forums][discourse].
82
83## License
84
85Mixxx is released under the GPLv2. See the LICENSE file for a full copy of the
86license.
87
88[mixxx]: https://mixxx.org
89[download-stable]: https://mixxx.org/download/#stable
90[download-testing]: https://mixxx.org/download/#testing
91[fileabug]: https://bugs.launchpad.net/mixxx/+filebug
92[twitter]: https://twitter.com/mixxxdj
93[facebook]: https://www.facebook.com/pages/Mixxx-DJ-Software/21723485212
94[blog]: https://mixxx.org/news/
95[manual]: https://manual.mixxx.org/
96[wiki]: https://github.com/mixxxdj/mixxx/wiki
97[faq]: https://github.com/mixxxdj/mixxx/wiki/Faq
98[Compiling on Linux]: https://github.com/mixxxdj/mixxx/wiki/Compiling%20on%20Linux
99[Compiling on MacOS]: https://github.com/mixxxdj/mixxx/wiki/Compiling%20on%20macOS
100[Compiling on Windows]: https://github.com/mixxxdj/mixxx/wiki/compiling-on-windows
101[CMake]: https://cmake.org/
102[easybugs]: https://bugs.launchpad.net/mixxx/+bugs?field.searchtext=&orderby=-importance&search=Search&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&field.tag=easy&field.tags_combinator=ANY&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on
103[creating skins]: https://mixxx.org/wiki/doku.php/Creating-Skins
104[help translate content]: https://www.transifex.com/projects/p/mixxxdj
105[Mixxx i18n wiki]: https://github.com/mixxxdj/mixxx/wiki/Internationalization
106[Mixxx localization forum]: https://mixxx.discourse.group/c/translation/13
107[Mixxx glossary]: https://www.transifex.com/projects/p/mixxxdj/glossary/l/en/
108[hardware compatibility]: https://github.com/mixxxdj/mixxx/wiki/Hardware-Compatibility
109[zulip]: https://mixxx.zulipchat.com/
110[discourse]: https://mixxx.discourse.group/
111