deadbeef
1.0.0
DeaDBeeF is a multiple-platform music player for desktop operating systems.
The Official Website.
If you wish to chat with developers, join us on Discord.
Downloads Page
NOTE: The macOS version has not been officially released, and has many unresolved issues and unimplemented features
Nightly GNU/Linux Builds
Nightly Windows Builds
Nightly macOS Builds
The overall process is simple, but it's hard to figure out the dependencies.
Please consult the README file in the same folder for more details, or visit the wiki page
If you have the dependencies - follow these simple steps:
git submodule update --init
./autogen.sh
to bootstrapCC=clang CXX=clang++ ./configure
, followed with make
and sudo make install
../configure --help
.sudo xcode-select --install
- This will configure git and command line build toolsgit submodule update --init
xcodebuild -project osx/deadbeef.xcodeproj -target DeaDBeeF -configuration Release
osx/build/Release/DeaDBeeF.app
osx/deadbeef.xcodeproj
in Xcode, and build/run from therepacman -Syu
pacman -S mingw-w64-x86_64-libzip mingw-w64-x86_64-pkg-config mingw-w64-x86_64-dlfcn mingw-w64-x86_64-clang mingw-w64-x86_64-libblocksruntime git make tar xz
pacman -S mingw-w64-x86_64-jansson mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2 mingw-w64-x86_64-mpg123 mingw-w64-x86_64-flac mingw-w64-x86_64-portaudio
premake5 --standard gmake2
using your corresponding path to premake5.exe
make config=debug_windows
(debug build) or make config=release_windows
(stripped/release build)bin/debug
or bin/release
share/icons
and share/themes
. A different theme can be specified by editing the etc/gtk-3.0/settings.ini
file.Please visit the support page