Linux From Scratch - Version 12.1-systemd | ||
---|---|---|
Chapter 8. Installing Basic System Software | ||
이전 | 위로 / 처음으로 | 다음 |
Inetutils-2.5 | Perl-5.38.2 |
Less 패키지에는 텍스트 파일 뷰어가 포함되어 있습니다.
Less 컴파일을 준비합니다.
./configure --prefix=/usr --sysconfdir=/etc
패키지를 컴파일합니다.
make
결과를 테스트하려면
make check
패키지를 설치합니다.
make install