install

来自「ALSA驱动的一些调试测试工具」· 代码 · 共 47 行

TXT
47
字号
			ALSA utils installation			=======================Requirements------------alsamixer requires the ncurses library.  Some systems need to installthe develop package additionally to link with this library.alsaconf requires dialog or whiptail program to run properly.Installation------------For installation you can use these commands:	./configure	make installIf ./configure command complain that alsa-lib package isn't installed,please, check if --prefix option is same for alsa-lib and alsa-utilspackage. The configure script from alsa-utils package probably cannot findheader file asoundlib.h in $prefix/include/alsa directory (usually in/usr/include/alsa directory).Compilation from HG sources---------------------------You need also GNU packages autoconf and automake installed in your systemto compile HG (Mercurial) sources of alsa-utils package.For compilation you can use these commands:	aclocal	gettextize	autoheader	automake --foreign --copy --add-missing	autoconf	./configure	makeThe included hgcompile script does this job for you.Note: Some automake packages have missing aclocal program. Use newer version      in the case.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?