summaryrefslogtreecommitdiff
path: root/INSTALL
blob: ddb963914a6dd699457358e863cc8d8c5f1c7767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

			ALSA utils installation
			=======================

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/sys directory (usually in
/usr/include/sys directory).