alsa-utils/INSTALL

46 lines
1.1 KiB
Text
Raw Normal View History

1999-01-18 23:14:03 +01:00
ALSA utils installation
=======================
Requirements
------------
alsamixer requires the ncurses library. Some systems need to install
the develop package additionally to link with this library.
alsaconf requires dialog or whiptail program to run properly.
1999-01-18 23:14:03 +01:00
Installation
------------
For installation you can use these commands:
./configure
make install
If ./configure command complain that alsa-lib package isn't installed,
please, check if --prefix option is same for alsa-lib and alsa-utils
package. The configure script from alsa-utils package probably cannot find
header file asoundlib.h in $prefix/include/alsa directory (usually in
/usr/include/alsa directory).
2001-11-26 19:35:01 +01:00
Compilation from CVS sources
----------------------------
2001-11-26 19:39:49 +01:00
You need also GNU packages autoconf and automake installed in your system
to compile CVS sources of alsa-utils package.
2001-11-26 19:35:01 +01:00
For compilation you can use these commands:
aclocal
autoheader
2001-11-26 19:35:01 +01:00
automake --foreign --copy --add-missing
autoconf
./configure
make
The included cvscompile script does this job for you.
Note: Some automake packages have missing aclocal program. Use newer version
in the case.