OSDN Git Service

pack -> .bz2
[android-x86/external-alsa-utils.git] / INSTALL
1
2                         ALSA utils installation
3                         =======================
4
5 Installation
6 ------------
7
8 For installation you can use these commands:
9
10         ./configure
11         make install
12
13 If ./configure command complain that alsa-lib package isn't installed,
14 please, check if --prefix option is same for alsa-lib and alsa-utils
15 package. The configure script from alsa-utils package probably cannot find
16 header file asoundlib.h in $prefix/include/sys directory (usually in
17 /usr/include/sys directory).