Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
  • Loading branch information
cmatsuoka committed Nov 25, 2014
1 parent ccfebb0 commit c151b63
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions INSTALL
@@ -1,15 +1,12 @@
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.)
are required to build sound drivers. Most Linux distributions provide
these as -devel or -dev packages.

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


Building xmp
Expand All @@ -20,10 +17,9 @@ In most systems just execute:
$ ./configure
$ make

Use ./configure --with-libxmp=/some/path if libxmp is installed in a
nonstandard place.

To build on Cygwin you may need to pass --with-libxmp=/usr/local.
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
Expand Down

0 comments on commit c151b63

Please sign in to comment.