alsa-tools/envy24control
qaqland 7f2dbb9003 envy24control: update README
Signed-off-by: qaqland <anguoli@uniontech.com>
2025-12-26 15:18:57 +08:00
..
desktop envy24control: add .desktop and icon files 2017-11-15 11:15:35 +01:00
AUTHORS Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:36 +02:00
config.c envy24control: port to GTK 3 2025-04-09 12:38:23 +02:00
config.h envy24control save state of LRGang button in config file 2005-07-27 06:55:31 +00:00
configure.ac envy24control: port to GTK 4 2025-12-07 17:01:11 +01:00
configure.in-gtk1 Support both GTK+1.2 and GTK+2.x 2006-03-29 11:33:02 +00:00
COPYING Change FSF address (Franklin Street) 2017-11-14 14:47:19 +01:00
driverevents.c envy24control: port to GTK 3 2025-04-09 12:38:23 +02:00
envy24control.1 Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:36 +02:00
envy24control.c envy24control: port to GTK 4 2025-12-07 17:01:11 +01:00
envy24control.h envy24control: port to GTK 4 2025-12-07 17:01:11 +01:00
gitcompile more gitcompile cleanups 2008-08-19 19:22:20 +02:00
hardware.c envy24control: port to GTK 4 2025-12-07 17:01:11 +01:00
levelmeters.c envy24control: port to GTK 4 2025-12-07 17:01:11 +01:00
Makefile.am envy24control: add .desktop and icon files 2017-11-15 11:15:35 +01:00
midi.c envy24control: port to GTK 3 2025-04-09 12:38:23 +02:00
midi.h envy24control: port to GTK 3 2025-04-09 12:38:23 +02:00
mixer.c envy24control: port to GTK 3 2025-04-09 12:38:23 +02:00
new_process.c envy24control: fix cast warnings and string array overflows 2025-01-26 13:08:20 +01:00
patchbay.c envy24control: port to GTK 4 2025-12-07 17:01:11 +01:00
profiles.c envy24control: fix memory access errors in profiles 2025-04-09 11:44:37 +02:00
profiles.h envy24control: fix cast warnings and string array overflows 2025-01-26 13:08:20 +01:00
README envy24control: update README 2025-12-26 15:18:57 +08:00
README.profiles Added missing files for profile patch 2004-05-16 13:37:31 +00:00
strstr_icase_blank.c envy24control: fix cast warnings and string array overflows 2025-01-26 13:08:20 +01:00
volume.c envy24control: port to GTK 4 2025-12-07 17:01:11 +01:00

envy24control - Control tool for Envy24 (ice1712) based soundcards

Needs:
	ALSA, GTK4, an Envy24-based soundcard

To build (from unpacked tarball):
	./configure

	make
	su -c 'make install'

To build (from GIT):
	./gitcompile
	su -c 'make install'