libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format that allows for more advanced subtitles than the conventional SRT and similar formats.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/libass/libass/releases/download/0.17.5/libass-0.17.5.tar.xz
MD5 校验和:d9aeb9dac0ca97acbaae96c35af4013b
大小:452 KB
预计所需磁盘空间:9.9 MB
预计构建时间:0.1 SBU
FreeType-2.14.3 and FriBidi-1.0.16
Fontconfig-2.18.1 and NASM-3.02
Install libass by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.
--disable-fontconfig: Use this switch
if you didn't install Fontconfig.