차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
beyondlinuxfromscratch:installedpackages:libunistring-1.1 [2024/05/03 08:07] – 만듦 baecy | beyondlinuxfromscratch:installedpackages:libunistring-1.1 [2024/07/17 05:50] (현재) – baecy | ||
---|---|---|---|
줄 1: | 줄 1: | ||
+ | ~~NOTOC~~ | ||
+ | <WRAP centeralign group> | ||
+ | === Beyond Linux® From Scratch (systemd Edition) - Version 12.1 === | ||
+ | === 9장. 일반 라이브러리 === | ||
+ | <WRAP leftalign third column> | ||
+ | [[.: | ||
+ | </ | ||
+ | |||
+ | <WRAP centeralign third column> | ||
+ | [[.:Chapter 9. General Libraries|상위]] \\ | ||
+ | [[.: | ||
+ | </ | ||
+ | |||
+ | <WRAP rightalign third column> | ||
+ | [[.: | ||
+ | </ | ||
===== libunistring-1.1 ===== | ===== libunistring-1.1 ===== | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
==== libunistring 소개 ==== | ==== libunistring 소개 ==== | ||
+ | |||
libunistring은 유니코드 문자열을 조작하고 유니코드 표준에 따라 C 문자열을 조작하기 위한 함수를 제공하는 라이브러리입니다. | libunistring은 유니코드 문자열을 조작하고 유니코드 표준에 따라 C 문자열을 조작하기 위한 함수를 제공하는 라이브러리입니다. | ||
줄 6: | 줄 27: | ||
=== 패키지 정보 === | === 패키지 정보 === | ||
- | | + | |
- | * MD5 sum: 0dfba19989ae06b8e7a49a7cd18472a1 | + | |
+ | * MD5 sum: <clipb t=c>0dfba19989ae06b8e7a49a7cd18472a1</ | ||
* 다운로드 크기: 2.3 MB | * 다운로드 크기: 2.3 MB | ||
- | * 필요한 예상 디스크 | + | * 필요 |
- | * 예상 | + | * 빌드 |
+ | |||
+ | === libunistring 종속성 === | ||
+ | |||
+ | == 선택 == | ||
+ | |||
+ | * [[.: | ||
- | === 리부니스트링 종속성 === | + | ---- |
- | **선택** | + | |
- | texlive-20230313(또는 install-tl-unx)(문서 재빌드) | + | |
==== libunistring 설치 ==== | ==== libunistring 설치 ==== | ||
- | 다음 | + | |
+ | 다음과 같이 | ||
<code lang=bash> | <code lang=bash> | ||
- | ./configure --prefix=/ | + | ./configure --prefix=/ |
--disable-static \ | --disable-static \ | ||
--docdir=/ | --docdir=/ | ||
make | make | ||
</ | </ | ||
- | 결과를 테스트하려면 **make check**를 실행하여 확인합니다. | ||
- | 이제 | + | 결과를 테스트하려면 **'' |
+ | |||
+ | //'' | ||
<code lang=bash> | <code lang=bash> | ||
make install | make install | ||
</ | </ | ||
+ | |||
+ | ---- | ||
==== 명령 설명 ==== | ==== 명령 설명 ==== | ||
- | * **--disable-static: | + | |
+ | | ||
+ | |||
+ | ---- | ||
==== 내용 ==== | ==== 내용 ==== | ||
- | * **설치된 프로그램: | + | |
* **설치된 라이브러리: | * **설치된 라이브러리: | ||
* **설치된 디렉토리: | * **설치된 디렉토리: | ||
=== 간단한 설명 === | === 간단한 설명 === | ||
- | | + | |
+ | | ||