File: COMPILE

package info (click to toggle)
daisy-player 13.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,556 kB
  • sloc: sh: 17,978; ansic: 9,896; makefile: 751; sed: 16
file content (31 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (3)
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.