File: INSTALL

package info (click to toggle)
alsa-utils 0.9.0beta12-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 736 kB
  • ctags: 1,219
  • sloc: ansic: 6,657; sh: 373; makefile: 122
file content (36 lines) | stat: -rw-r--r-- 927 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

			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).

Compilation from CVS sources
----------------------------

You need also GNU packages autoconf and automake installed in your system
to compile CVS sources of alsa-utils package.

For compilation you can use these commands:

	aclocal
	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.