-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
56 lines (40 loc) · 1.54 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
AdPlug/XMMS - AdPlug XMMS Plugin
Copyright (C) 2002 - 2016 Simon Peter <[email protected]>
Website: http://adplug.github.io
Description
-----------
AdPlug/XMMS is an XMMS input plugin. XMMS is a cross-platform
multimedia player. AdPlug/XMMS uses the AdPlug AdLib sound player
library to play back a wide range of AdLib (OPL2) and Sound Blaster
(OPL3) music file formats on top of an OPL2/3 emulator. No OPL chip is
required for playback.
Prerequisites
-------------
The following things are needed in order to compile this program:
Item Version
---- -------
AdPlug library >= 2.2
pthreads (POSIX threads) *
XMMS >= 0.9.5.1
GLib >= 1.2
GTK+ >= 1.2
The AdPlug library can be obtained from http://adplug.github.io/.
pthreads should have come with your system.
XMMS can be obtained from http://www.xmms.org/.
GLib and GTK+ can be obtained from http://www.gtk.org/.
Installation
------------
Refer to the file 'INSTALL' for installation instructions.
If you like to set a custom installation directory for the plugin to
be installed to, like for example '$HOME/.xmms/Plugins/Input', you can
specify the variable 'xmms_input_plugin_dir' (all lowercase) to the
'configure' script, like this:
./configure xmms_input_plugin_dir=$HOME/.xmms/Plugins/Input
to install the plugin into '$HOME/.xmms/Plugins/Input' in this case.
git
---
If you checked out from git, first run:
autoreconf --install
to generate the build cruft and get the configure script. You need
recent versions of autoconf, automake and libtool to do this.
- Simon Peter <[email protected]>