mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-05 01:40:24 -05:00
Updates for package distribution.
This commit is contained in:
parent
903f63aea2
commit
2c87d88158
12 changed files with 64 additions and 395 deletions
|
|
@ -8,4 +8,10 @@ man_MANS = cspctl.1
|
|||
|
||||
cspctl_SOURCES = cspctl.c
|
||||
|
||||
EXTRA_DIST = README COPYING
|
||||
EXTRA_DIST = README COPYING cspctl.1
|
||||
|
||||
alsa-dist: distdir
|
||||
@rm -rf ../distdir/sb16_csp
|
||||
@mkdir -p ../distdir/sb16_csp
|
||||
@cp -RLpv $(distdir)/* ../distdir/sb16_csp
|
||||
@rm -rf $(distdir)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@ TO COMPILE:
|
|||
|
||||
1. install ALSA driver
|
||||
2. compile with:
|
||||
'make'
|
||||
'./configure; make'
|
||||
or
|
||||
'./cvscompile'
|
||||
3. install with:
|
||||
'make install'
|
||||
4. read cspctl.1 manpage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue