mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-15 08:56:36 -05:00
Changes for static build.
This commit is contained in:
parent
caa8d5372e
commit
27472b56a6
44 changed files with 362 additions and 158 deletions
13
INSTALL
13
INSTALL
|
|
@ -34,4 +34,15 @@ For compilation you can use these commands:
|
|||
make
|
||||
|
||||
Note: Some automake packages have missing aclocal program. Use newer version
|
||||
in this case.
|
||||
in the case.
|
||||
|
||||
Compilation of static library
|
||||
-----------------------------
|
||||
|
||||
If you would like to use the static ALSA library, you need to use these
|
||||
options for the configure script:
|
||||
|
||||
./configure --enable-shared=no --enable-static=yes
|
||||
|
||||
Unfortunately, due to bug in the libtool script, the shared and static
|
||||
library cannot be built together.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue