Update documentation

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
master
Claudio Matsuoka 11 years ago
parent ccfebb0ba6
commit c151b63e48
  1. 14
      INSTALL

@ -1,15 +1,12 @@
Requirements Requirements
------------ ------------
- This package needs the GNU make. In BSD or SysV you may need to use
gmake instead of make.
- Development components of the sound system to use (ALSA, Pulse Audio, etc.) - Development components of the sound system to use (ALSA, Pulse Audio, etc.)
are required to build sound drivers. Most Linux distributions provide are required to build sound drivers. Most Linux distributions provide
these as -devel or -dev packages. these as -devel or -dev packages.
- Development components of libxmp 4.1.0 or later. Libxmp is available at - Development components of libxmp 4.3.0 or later. Libxmp can be downloaded
http://xmp.sf.net. from http://xmp.sf.net/.
Building xmp Building xmp
@ -20,10 +17,9 @@ In most systems just execute:
$ ./configure $ ./configure
$ make $ make
Use ./configure --with-libxmp=/some/path if libxmp is installed in a You can set CFLAGS and LIBS appropriately if libraries are installed in a
nonstandard place. nonstandard place. Run ./configure --help for a list of configurable
parameters.
To build on Cygwin you may need to pass --with-libxmp=/usr/local.
Installation Installation

Loading…
Cancel
Save