f331064eae
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>
34 lines
868 B
Erlang
34 lines
868 B
Erlang
Installation instructions for Mixer.app
|
|
|
|
|
|
Requirements
|
|
-------------------------------------------------------------------
|
|
- X11, libxpm, 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.
|
|
|
|
|
|
Installation
|
|
-------------------------------------------------------------------
|
|
1) make
|
|
2) su
|
|
3) make install (to put it in /usr/local/GNUstep/Apps/Mixer.app)
|
|
or
|
|
make install-x11 (to put it in /usr/X11R6/bin)
|
|
5) exit
|
|
|
|
|
|
Running
|
|
-------------------------------------------------------------------
|
|
To run this program:
|
|
/usr/local/GNUstep/Apps/Mixer.app/Mixer &
|
|
or
|
|
/usr/X11R6/bin/Mixer.app &
|
|
|
|
|
|
For more information about available command line arguments:
|
|
/usr/local/GNUstep/Apps/Mixer.app/Mixer --help
|
|
or
|
|
/usr/X11R6/bin/Mixer.app --help
|