Ignore:
Timestamp:
11/07/09 23:31:32 (15 years ago)
Author:
r2d
Message:
  • update for audacious 2.1.0
  • changed build system to cmake
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bmp-musepack/trunk/INSTALL

    r34 r456  
    1 Bmp-musepack plugin
     1Audacious-musepack plugin
    22Required:
    33        Taglib headers and libs >= 1.4
    44        GTK-2.0 headers and libs
    5         Bmp-0.9.7 headers and binaries
    6         libmpcdec >= 1.2
     5        Audacious-2.1.0 headers and binaries
     6        libmpcdec >= 1.3.0
    77To install:
    8 run "./configure && make" as user
    9 run "make install" as root
     8mkdir build
     9cd build
     10cmake ..
     11make
     12make install
Note: See TracChangeset for help on using the changeset viewer.