dockapps/AlsaMixer.app/INSTALL

34 lines
956 B
Plaintext
Raw Normal View History

Installation instructions for AlsaMixer.app
Requirements
-------------------------------------------------------------------
- X11, libxpm (devel version of both), C++ development environment
Most (Linux) systems have these things installed by default.
If you don't have it look for packages that fit your
distribution (especially somelib-devel packages).
Installation
-------------------------------------------------------------------
1) make
2) su
3) make install (to put it in /usr/local/GNUstep/Apps/AlsaMixer.app)
or
make install-x11 (to put it in /usr/X11R6/bin)
5) exit
Running
-------------------------------------------------------------------
To run this program:
/usr/local/GNUstep/Apps/AlsaMixer.app/AlsaMixer &
or
/usr/X11R6/bin/AlsaMixer.app &
For more information about available command line arguments:
/usr/local/GNUstep/Apps/Mixer.app/AlsaMixer --help
or
/usr/X11R6/bin/AlsaMixer.app --help