FLAC is an audio CODEC similar to MP3, but lossless, meaning that audio is compressed without losing any information.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://downloads.xiph.org/releases/flac/flac-1.4.3.tar.xz
ダウンロード MD5 sum: 7cab20b46e0bc859234bf5ba7da81625
ダウンロードサイズ: 1.0 MB
必要ディスク容量: 22 MB (additional 163 MB to run the test suite)
概算ビルド時間: 0.2 SBU (additional 0.6 SBU to run the test suite)
libogg-1.3.5, DocBook-utils-0.6.14, Doxygen-1.9.8, and Valgrind-3.22.0
以下のコマンドを実行して FLAC をビルドします。
./configure --prefix=/usr \ --disable-thorough-tests \ --docdir=/usr/share/doc/flac-1.4.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.
root
ユーザーになって以下を実行します。
make install
--disable-thorough-tests
:
This parameter is used so that the test suite will complete in a
reasonable amount of time. Remove it if you desire more extensive
tests.