1Installation instructions for Mixer.app
2
3
4Requirements
5-------------------------------------------------------------------
6- X11, libxpm, C++ development environment
7        Most (Linux) systems have these things installed by default.
8        If you don't have it look for packages that fit your
9        distribution.
10
11
12Installation
13-------------------------------------------------------------------
141) make
152) su
163) make install       (to put it in /usr/local/GNUstep/Apps/Mixer.app)
17   or
18   make install-x11   (to put it in /usr/X11R6/bin)
195) exit
20
21
22Running
23-------------------------------------------------------------------
24To run this program:
25/usr/local/GNUstep/Apps/Mixer.app/Mixer &
26or
27/usr/X11R6/bin/Mixer.app &
28
29
30For more information about available command line arguments:
31/usr/local/GNUstep/Apps/Mixer.app/Mixer --help
32or
33/usr/X11R6/bin/Mixer.app --help
34