File: INSTALL

package info (click to toggle)
xmp 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,036 kB
  • sloc: ansic: 6,365; sh: 4,373; cpp: 149; makefile: 86
file content (37 lines) | stat: -rw-r--r-- 926 bytes parent folder | download | duplicates (5)
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
32
33
34
35
36
37
Requirements
------------

- Development components of the sound system to use (ALSA, Pulse Audio, etc.)
  are required to build sound drivers. Most Linux distributions provide
  these as -devel or -dev packages.

- Development components of libxmp 4.3.0 or later. Libxmp can be downloaded
  from http://xmp.sf.net/.


Building xmp
------------

In most systems just execute:

$ ./configure
$ make

You can set CFLAGS and LIBS appropriately if libraries are installed in a
nonstandard place. Run ./configure --help for a list of configurable
parameters.


Installation
------------

The xmp binary doesn't need a special installation procedure to run,
you can just copy src/xmp to an appropriate place. To install all
components run:

# make install

as the superuser. This will install the xmp executable and man page into
directories under /usr/local or a different location selected with the
--prefix option in configure.