DeaDBeeF is a music player for *nix-like systems and OS X.
More info is here.
Download latest GNU/Linux i686 and x86_64 builds
The OS X version is not production-ready yet, so I'm not making any official builds. Please use the instructions below to make your own build, if you feel adventurous.
The following instructions assume that commands are executed in deadbeef repository folder.
- Install autoconf, automake, libtool, intltool, autopoint
- Run
./autogen.sh
to bootstrap - Read the generated INSTALL file and
./configure --help
for instructions - See the README file for more information
- Fetch the dependencies:
git submodule update --init
- Install XCode
- Install Yasm
- Run
xcodebuild -project osx/deadbeef.xcodeproj -target deadbeef -configuration Deployment
- Get the output:
osx/build/Release/deadbeef.app
- OR open the osx/deadbeef.xcodeproj in XCode, and build/run from there