dlanuza / deadbeef

DeaDBeeF Player

Home Page:http://deadbeef.sf.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

DeaDBeeF is a music player for *nix-like systems and OS X.

More info is here.

Join us on slack

Download development builds

Build Status

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.

Download the latest OSX build

Compiling

Linux, BSD and similar (GTK/*NIX version)

  • 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

OS X (COCOA version)

  • 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

Support this project development

About

DeaDBeeF Player

http://deadbeef.sf.net

License:Other


Languages

Language:C 73.4%Language:C++ 13.6%Language:Shell 4.4%Language:Objective-C 4.3%Language:Assembly 2.4%Language:Perl 0.7%Language:Makefile 0.6%Language:M4 0.5%Language:Lua 0.1%Language:Swift 0.0%Language:Yacc 0.0%Language:SourcePawn 0.0%Language:CMake 0.0%Language:Elixir 0.0%Language:Dockerfile 0.0%