Skip to content

Commit c151b63

Browse files
committedNov 25, 2014
Update documentation
Signed-off-by: Claudio Matsuoka <[email protected]>
1 parent ccfebb0 commit c151b63

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed
 

‎INSTALL

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
Requirements
22
------------
33

4-
- This package needs the GNU make. In BSD or SysV you may need to use
5-
gmake instead of make.
6-
74
- Development components of the sound system to use (ALSA, Pulse Audio, etc.)
85
are required to build sound drivers. Most Linux distributions provide
96
these as -devel or -dev packages.
107

11-
- Development components of libxmp 4.1.0 or later. Libxmp is available at
12-
http://xmp.sf.net.
8+
- Development components of libxmp 4.3.0 or later. Libxmp can be downloaded
9+
from http://xmp.sf.net/.
1310

1411

1512
Building xmp
@@ -20,10 +17,9 @@ In most systems just execute:
2017
$ ./configure
2118
$ make
2219

23-
Use ./configure --with-libxmp=/some/path if libxmp is installed in a
24-
nonstandard place.
25-
26-
To build on Cygwin you may need to pass --with-libxmp=/usr/local.
20+
You can set CFLAGS and LIBS appropriately if libraries are installed in a
21+
nonstandard place. Run ./configure --help for a list of configurable
22+
parameters.
2723

2824

2925
Installation

0 commit comments

Comments
 (0)
Please sign in to comment.