`^ Beyond Linux® From Scratch (systemd Edition) - Version 12.1 ^^^
Exiv2-0.28.2 | Fontconfig-2.15.0 |
Beyond Linux® From Scratch (systemd Edition) - Version 12.1 | ||
---|---|---|
Chapter 10. Graphics and Font Libraries | ||
이전 | 위로 / 처음으로 | 다음 |
Exiv2-0.28.2 | Fontconfig-2.15.0 |
FreeType2 패키지에는 애플리케이션이 트루타입 글꼴을 올바르게 렌더링할 수 있는 라이브러리가 포함되어 있습니다.
이 패키지는 LFS 12.1 플랫폼을 사용하여 빌드하고 제대로 작동하는 것으로 알려져 있습니다.
추가 문서를 다운로드한 경우 다음 명령을 사용하여 소스 트리에 압축을 풉니다.
tar -xf ../freetype-doc-2.13.2.tar.xz --strip-components=2 -C docs
다음과 같이 FreeType2를 설치합니다.
sed -ri "s:.*(AUX_MODULES.*valid):\1:" modules.cfg &&
sed -r "s:.*(#.*SUBPIXEL_RENDERING) .*:\1:" \
-i include/freetype/config/ftoption.h &&
./configure --prefix=/usr --enable-freetype-config --disable-static &&
make
이 패키지는 테스트 스위트를 제공하지 않습니다.
이제 root
사용자로
make install
추가 문서를 다운로드 했다면 root
사용자로
cp -v -R docs -T /usr/share/doc/freetype-2.13.2 &&
rm -v /usr/share/doc/freetype-2.13.2/freetype-config.1
'Other patent issues
'(기타 특허 문제) 부분을 반드시 읽어보세요.–without-harfbuzz
: harfbuzz가 freetype 지원 설정 없이 설치되어 있는 경우 빌드 실패를 방지하려면 이 스위치를 사용합니다.