=== Beyond Linux From Scratch 12.4 === [[.|BLFS 12.4 진행사항]] ------ 8-) === libunistring-1.3 === 선택 * [[texlive-20250308]] 또는 [[install-tl-unx]] - 문서 생성 == 설치 == 다음과 같이 설치를 진행합니다. ./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/libunistring-1.3 && make 컴파일 결과 테스트는 ''make check'' 실행하세요. root make install == 명령어 설명 == * //''---disable-static''//: 정적 라이브러리 생성을 방지합니다. ------ [[#Beyond Linux From Scratch 12.4|위로]]