mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
15 lines
249 B
Text
15 lines
249 B
Text
|
|
envy24control - Control tool for Envy24 (ice1712) based soundcards
|
||
|
|
|
||
|
|
Needs:
|
||
|
|
ALSA, GTK+, an Envy24-based soundcard
|
||
|
|
|
||
|
|
To build (from unpacked tarball):
|
||
|
|
./configure
|
||
|
|
make
|
||
|
|
su -c 'make install'
|
||
|
|
|
||
|
|
To build (from CVS):
|
||
|
|
./cvscompile
|
||
|
|
su -c 'make install'
|
||
|
|
|