Skip to content

wangyx0055/deadbeef-qt

 
 

Repository files navigation

#deadbeef-qt This plugin provides a Qt interface for deadbeef

##Install For installation requires Qt 4.4 or greater and DeaDBeeF 0.5.6.

Get deadbeef-qt sources from repository:

$ git clone git://github.com/redpunk231/deadbeef-qt.git

Create temporary directory (for example </path/to/sources>/build) and change into it:

$ cd deadbeef-qt/
$ mkdir build
$ cd build

Run cmake:

$ cmake -D CMAKE_INSTALL_PREFIX=<DEADBEEF_INSTALL_PREFIX> ../

where the variable <DEADBEEF_INSTALL_PREFIX> is typically /usr

Then run make:

$ make
# make install

Then choose the QT gui plugin in the preference and restart DeaDBeeF.

##Arch Linux PKGBUILD from AUR

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.2%
  • CMake 3.4%
  • C 2.4%