mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
First version...
This commit is contained in:
parent
d2dbbbf9b2
commit
741a333e90
1 changed files with 37 additions and 0 deletions
37
INSTALL
Normal file
37
INSTALL
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
|
||||
ALSA library installation
|
||||
=========================
|
||||
|
||||
Installation from tarbal
|
||||
------------------------
|
||||
|
||||
For installation you can use these commands:
|
||||
|
||||
./configure
|
||||
make install
|
||||
|
||||
If ./configure command complain that alsa-driver package isn't installed,
|
||||
please, check if --prefix option is same for alsa-driver and alsa-lib
|
||||
package. The configure script from alsa-lib package probably cannot find
|
||||
header file asound.h in $prefix/include/linux directory (usually in
|
||||
/usr/include/linux directory).
|
||||
|
||||
Note: If you change kernel sources frequently, please, check if you have
|
||||
installed alsa-driver for current version of your kernel.
|
||||
|
||||
Compilation from CVS sources
|
||||
----------------------------
|
||||
|
||||
You need also GNU packages automake and libtool installed in your system
|
||||
to compile CVS sources of alsa-lib package.
|
||||
|
||||
For compilation you can use these commands:
|
||||
|
||||
aclocal
|
||||
automake --foreign
|
||||
autoconf
|
||||
./configure
|
||||
make
|
||||
|
||||
Note: Some automake packages have missing aclocal program. Use newer version
|
||||
in this case.
|
||||
Loading…
Add table
Add a link
Reference in a new issue