Linux From Scratch - Version 12.1-systemd | ||
---|---|---|
Chapter 8. Installing Basic System Software | ||
이전 | 위로 / 처음으로 | 다음 |
Gperf-3.1 | Inetutils-2.5 |
Expat 패키지에는 XML 구문 분석을 위한 스트림 지향 C 라이브러리가 포함되어 있습니다.
Expat 컴파일을 준비합니다.
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/expat-2.6.0
패키지를 컴파일합니다.
make
결과를 테스트하려면 다음을 실행합니다.
make check
패키지를 설치합니다.
make install
원하는 경우 문서를 설치합니다.
install -v -m644 doc/*.{html,css} /usr/share/doc/expat-2.6.0