^ Linux From Scratch - Version 12.1-systemd ^^^
^ Chapter 6. Cross Compiling Temporary Tools ^^^
|[[.:044-coreutils-9.4|이전]] | [[.:06-cross_compiling_temporary_tools|위로]] / [[.:12.1|처음으로]] | [[.:046-file-5.45|다음]]|
|Coreutils-9.4 | File-5.45|
------
===== 6.6. Diffutils-3.10 =====
Diffutils 패키지에는 파일 또는 디렉터리 간의 차이점을 보여주는 프로그램((기본적인 패치 파일의 생성 방법은 다음과 같습니다.diff -urN old.txt new.txt > patch.patch
))이 포함되어 있습니다.
**빌드 시간:** 0.1 SBU \\
**디스크 공간:** 29 MB
------
==== 6.6.1. Diffutils 설치 ====
Diffutils 컴파일을 준비합니다.
./configure --prefix=/usr \
--host=$LFS_TGT \
--build=$(./build-aux/config.guess)
패키지를 컴파일합니다.
make
패키지를 설치합니다.
make DESTDIR=$LFS install
------
이 패키지에 대한 자세한 내용은 [[.: 129-diffutils-3.10#8.59.2. Diffutils 패키지 구성|8.59.2. "Diffutils 패키지 구성"]]에 나와 있습니다.