DeaDBeeF is a music player for *nix-like systems and OS X.
More info is here.
Download the latest GNU/Linux builds
Whilst OSX/Cocoa version can be used, it is unfinished and is under heavy development. Don't put your expectations too high yet.
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