You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
926 B
37 lines
926 B
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. |
|
|
|
|