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
9dd27bf7d4
commit
a88a145c16
1 changed files with 9 additions and 0 deletions
9
cvscompile
Normal file
9
cvscompile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
aclocal
|
||||
automake --foreign
|
||||
autoconf
|
||||
export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe'
|
||||
./configure
|
||||
unset CFLAGS
|
||||
make
|
||||
Loading…
Add table
Add a link
Reference in a new issue