차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
linuxfromscratch:12.1:065-bison-3.8.2 [2024/05/27 12:25] – 만듦 - 바깥 편집 127.0.0.1linuxfromscratch:12.1:065-bison-3.8.2 [2024/06/11 09:22] (현재) baecy
줄 1: 줄 1:
 +^  Linux From Scratch - Version 12.1-systemd  ^^^
 +^  Chapter 7. Entering Chroot and Building Additional Temporary Tools  ^^^
 +|[[.:064-gettext-0.22.4|이전]]  |  [[.:07-entering_chroot_and_building_additional_tempory_tools|위로]] / [[.:12.1|처음으로]]  |  [[.:066-perl-5.38.2|다음]]| 
  
 +|Gettext-0.22.4  |  Perl-5.38.2|
 +
 +----
 +
 +===== 7.8. Bison-3.8.2 =====
 +
 +Bison 패키지에는 파서 생성기가 포함되어 있습니다.
 +
 +  * **빌드 시간:** 0.2 SBU
 +  * **디스크 공간:** 57MB
 +
 +----
 +
 +==== 7.8.1. Bison 설치 ====
 +
 +Bison 컴파일을 준비합니다.
 +
 +<code bash>
 +./configure --prefix=/usr \
 +            --docdir=/usr/share/doc/bison-3.8.2
 +</code>
 +
 +=== 설정 옵션 설명 ===
 +
 +  * //--docdir=/usr/share/doc/bison-3.8.2// \\ 빌드 시스템이 bison 문서를 버전이 지정된 디렉터리에 설치하도록 하니다.
 +
 +패키지를 컴파일합니다.
 +
 +<code bash>
 +make
 +</code>
 +
 +패키지를 설치합니다.
 +
 +<code bash>
 +make install
 +</code>
 +
 +----
 +
 +이 패키지에 대한 자세한 내용은 섹션 [[.:103-bison-3.8.2#8.33.2 Bison 패키지 구성|8.33.2, "Bison 패키지 구성"]]에 있습니다.
  • linuxfromscratch/12.1/065-bison-3.8.2.1716812714.txt.gz
  • 마지막으로 수정됨: 2024/05/27 12:25
  • 저자 127.0.0.1