dockapps/AlsaMixer.app/INSTALL
Wade Berrier f331064eae Add AlsaMixer.app to repository
http://dockapps.windowmaker.org/file.php/id/253 shows a version available from

http://www.stud.fit.vutbr.cz/~xhlavk00/AlsaMixer.app/

but it's a dead link.

Check in the version from

http://dockapps.windowmaker.org/download.php/id/517/AlsaMixer.app-0.1.tar.gz

Untarred and removed version from directory.  No other changes.

Signed-off-by: Wade Berrier <wberrier@gmail.com>
2012-10-02 23:26:31 +01:00

34 lines
956 B
Plaintext

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