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.
- Install git, GCC toolchain, then clone the repo
- 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
- Install XCode, and run
sudo xcode-select --install
; This would also get you git etc - Clone the deadbeef repo, and fetch the dependencies:
git submodule update --init
- Install Yasm -- unpack the source, then run
./configure && make -j8 && sudo make install
- Run
xcodebuild -project osx/deadbeef.xcodeproj -target deadbeef -configuration Release
- Get the output:
osx/build/Release/deadbeef.app
- OR open the osx/deadbeef.xcodeproj in XCode, and build/run from there