1、下载tar包:alsa-lib、alsa-utils
GitHub - alsa-project/alsa-lib: The Advanced Linux Sound Architecture (ALSA) - library(核心库)
GitHub - alsa-project/alsa-utils: The Advanced Linux Sound Architecture (ALSA) - utilities(工具库)
2、解压:
tar zxvf xxx
3、先编译核心库 ,编译之前先看看目录下面的INSTALL文件,使用下面的命令配置
./gitcompile
然后 如果是arm平台
./configure --host=arm-linux
然后install,注意如果不是root需要加sudo
make install
再编译工具库
./gitcompile
./configure
sudo make install
这样就搭建好了环境