mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
16 lines
289 B
Text
16 lines
289 B
Text
envy24control - Control tool for Envy24 (ice1712) based soundcards
|
|
|
|
Needs:
|
|
ALSA, GTK+, an Envy24-based soundcard
|
|
|
|
To build (from unpacked tarball):
|
|
./configure
|
|
If you use GTK+-1.2, pass --with-gtk2=no
|
|
|
|
make
|
|
su -c 'make install'
|
|
|
|
To build (from HG):
|
|
./hgcompile
|
|
su -c 'make install'
|
|
|