Skip to content

Commit

Permalink
don't need to have an explicit previous section
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed Feb 16, 2024
1 parent 801f8b9 commit 4ba38e6
Showing 1 changed file with 0 additions and 69 deletions.
69 changes: 0 additions & 69 deletions content/pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,73 +136,4 @@ versions:
- slug: source
name: main branch
file_url: https://github.com/mixxxdj/mixxx/archive/main.zip
previous:
name: 2.3.6
release_announcement: /news/2023-08-15-mixxx-2-3-6-released/
download_manifest: https://downloads.mixxx.org/releases/2.3.6/manifest.json
downloads:
- slug: windows
os: Windows 7 or later
packages:
- slug: win64
name: 64-Bit
- slug: macos
os: macOS 10.12 or later
text: |
Download Mixxx 2.3.6 for Intel macOS 10.12 or later. This also runs with Rosetta 2 on ARM macOS (Apple silicon). Alternatively use the the native ARM build development snapshot from below.
packages:
- slug: macosintel
name: Intel
- slug: ubuntu
os: Ubuntu 18.04 "Bionic Beaver" or later
text: |
We provide a [PPA on Launchpad](https://launchpad.net/~mixxx/+archive/mixxx) to make installing install the latest stable version of Mixxx as easy as possible.
Open a terminal, and enter:
sudo add-apt-repository ppa:mixxx/mixxx
sudo apt update
sudo apt install mixxx
Using the PPA ensures that new package versions will be installed automatically with `apt`. Otherwise, you can [download individual packages](https://launchpad.net/~mixxx/+archive/ubuntu/mixxx/+packages) and install them manually.
note: |
**Note:** Ubuntu also provides a version of Mixxx which can be installed directly from the Ubuntu Software Centre. This version is usually woefully out of date; therefore using the PPA is advised.
- slug: fedora
os: Fedora
text: |
[RPM Fusion builds](https://koji.rpmfusion.org/koji/packageinfo?packageID=148) are maintained by the Mixxx development team. We support the next, the current, and selected previous Fedora release(s) if possible. If you do not have the RPM Fusion repository installed already, before installing Mixxx, run:
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
Then to install Mixxx:
sudo dnf install mixxx
WARNING: GNOME Software defaults to installing an unofficial package from Flathub which does not work with PipeWire yet. This setup is not supported by the Mixxx development team. Install with `dnf` instead.
- slug: archlinux
os: Arch Linux
text: |
The latest stable version of Mixxx is [available](https://archlinux.org/packages/extra/x86_64/mixxx/) in the extra repository and can be installed using `pacman`.
Open a terminal, and enter:
sudo pacman -S mixxx
- slug: source
name: Source Code
icon: terminal.svg
text: |
The Mixxx source code is published under the GNU General Public License (GPL) v2 or later. Please check the `LICENSE` file in our source tree for complete licensing information.
Download the latest code from Mixxx's `2.3` branch on [GitHub](https://github.com/mixxxdj/mixxx/tree/2.3) by opening a terminal and running:
git clone -b 2.3 https://github.com/mixxxdj/mixxx.git
The 2.3.6 release has been [tagged](https://github.com/mixxxdj/mixxx/releases/tag/2.3.6) with `2.3.6`.
Compilation instructions are available for [Windows](https://github.com/mixxxdj/mixxx/wiki/Compiling-On-Windows), [macOS](https://github.com/mixxxdj/mixxx/wiki/Compiling-On-Os-X), and [Linux](https://github.com/mixxxdj/mixxx/wiki/Compiling-On-Linux).
packages:
- slug: source
name: 2.3 branch
file_url: https://github.com/mixxxdj/mixxx/archive/2.3.zip
- slug: source
name: 2.3.6 release
file_url: https://github.com/mixxxdj/mixxx/archive/2.3.6.tar.gz
...

0 comments on commit 4ba38e6

Please sign in to comment.