File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
Requirements
2
2
------------
3
3
4
- - This package needs the GNU make. In BSD or SysV you may need to use
5
- gmake instead of make.
6
-
7
4
- Development components of the sound system to use (ALSA, Pulse Audio, etc.)
8
5
are required to build sound drivers. Most Linux distributions provide
9
6
these as -devel or -dev packages.
10
7
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/ .
13
10
14
11
15
12
Building xmp
@@ -20,10 +17,9 @@ In most systems just execute:
20
17
$ ./configure
21
18
$ make
22
19
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.
27
23
28
24
29
25
Installation
You can’t perform that action at this time.
0 commit comments