1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
To compile daisy-player, be sure the following extra packages are installed:
libncursesw5-dev
libsox-dev
libxml2-dev
libcdio-dev
libcdio-cdda-dev
libcdio-paranoia-dev
libmagic-dev
libmad0-dev
libid3tag0-dev
libpulse-dev
libsndfile1-dev
libid3tag0-dev
dietlibc-dev
Give the following commands:
$ ./configure
$ make
As root:
# make install
NOTE:
In the playfile() function, the typedef enum sox_option_no is used. This
is for libsox versions => 14.4.
To compile this package for older libSoX versions, use SOX_OPTION_NO.
See /usr/include/sox.h.
|