linux中flac安装

在跑mini_librispeech的时候,下载好数据会提示Please install ‘flac’ on ALL worker nodes!
这是因为数据集是flac的压缩格式,而Linux系统没有安装解码的软件,所以我们需要安装flac。

第一步 下载

wget  https://downloads.xiph.org/releases/flac/flac-1.3.3.tar.xz
wget http://www.linuxfromscratch.org/patches/blfs/svn/flac-1.3.3-security_fixes-1.patch

第二步 解压

下载下来的文件是 .tar.xz 格式的压缩包,进入到下载目录

$ xz -d flac-1.3.3.tar.xz 
$ tar -xvf flac-1.3.3.tar

第三步 安装(需要root权限)

Install FLAC by running the following commands:

cd flac-1.3.3

patch -Np1 -i ../flac-1.3.3-security_fixes-1.patch      &&
./configure --prefix=/usr                                \
            --disable-thorough-tests                     \
            --docdir=/usr/share/doc/flac-1.3.3          &&
make

To test the results, issue: make check. Note that if you passed the --enable-exhaustive-tests and --enable-valgrind-testing parameters to configure and then run the test suite, it will take a very long time (up to 300 SBUs) and use about 375 MB of disk space.

Now, as the root user:


                
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值