Linux From Scratch - Version 12.1-systemd
Chapter 7. Entering Chroot and Building Additional Temporary Tools
이전 위로 / 처음으로 다음
Gettext-0.22.4 Perl-5.38.2

7.8. Bison-3.8.2

Bison 패키지에는 파서 생성기가 포함되어 있습니다.


7.8.1. Bison 설치

Bison 컴파일을 준비합니다.

./configure --prefix=/usr \
            --docdir=/usr/share/doc/bison-3.8.2

설정 옵션 설명

패키지를 컴파일합니다.

make

패키지를 설치합니다.

make install


이 패키지에 대한 자세한 내용은 섹션 8.33.2, "Bison 패키지 구성"에 있습니다.