Giter VIP home page Giter VIP logo

deadbeef's Introduction

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

Windows

  • Install 64-bit version of msys2 and ensure it has updated repositories (pacman -Syu)
  • premake5 is also needed
  • Get needed dependencies: pacman -S mingw-w64-x86_64-libzip mingw-w64-x86_64-pkg-config mingw-w64-x86_64-dlfcn mingw-w64-x86_64-gcc git make tar xz
  • Get a basic set of libraries for most important plugins: 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
  • Check Windows plugin status for other plugins dependencies and its functionality
  • Ensure that you are in mingw64 shell (run mingw64.exe) and clone this repo
  • From deadbeef main directory run premake5.exe --file=premake5-win.lua --os=linux gmake --standard using your corresponding path to premake5.exe
  • Compile with make config=debug_windows (debug version) or make config=release_windows (strip/normal version)
  • If you compiled with multiple jobs (-j) run make resources_windows to make sure all libraries are copied
  • Binaries will be placed in bin/debug or bin/release
  • GTK3 uses Windows-10 theme and Windows-10-Icons by default. If they are not in msys2 tree, then they must be placed manually in share/icons and share/themes. Eventually you get different theme and set it in etc/gtk-3.0/settings.ini file.

Support this project development

deadbeef's People

Contributors

oleksiy-yakovenko avatar kuba160 avatar cboxdoerfer avatar brother avatar saivert avatar thesame avatar knedlyk avatar carlosanunes avatar kode54 avatar forfolias avatar smarquespt avatar wdlkmpx avatar mbouzada avatar zvacet avatar crayxt avatar kbirabwa avatar tydus avatar lithopsian avatar aldatsa avatar dbry avatar toadking avatar wylmer avatar ugilio avatar recku avatar hirkmt avatar aileven avatar wwycheuk avatar atriwidada avatar garik avatar ikisham avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.