Beyond Linux® From Scratch (systemd Edition) - Version 12.1

9장. 일반 라이브러리

이전
libtasn1-4.19.0

다음
libunwind-1.6.2

libunistring-1.1


libunistring 소개

libunistring은 유니코드 문자열을 조작하고 유니코드 표준에 따라 C 문자열을 조작하기 위한 함수를 제공하는 라이브러리입니다.

이 패키지는 LFS 12.1 플랫폼을 사용하여 빌드하고 제대로 작동하는 것으로 알려져 있습니다.

패키지 정보

libunistring 종속성

선택

libunistring 설치

다음과 같이 libunistring을 설치합니다.

./configure --prefix=/usr    \
            --disable-static \
            --docdir=/usr/share/doc/libunistring-1.1 &&
make

결과를 테스트하려면 make check을 실행하여 확인합니다.

root 사용자로

make install


명령 설명


내용

간단한 설명