차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
beyondlinuxfromscratch:beyondthescopeofthebook [2024/04/14 06:42] – 만듦 baecy | beyondlinuxfromscratch:beyondthescopeofthebook [2024/04/14 06:48] (현재) – baecy | ||
---|---|---|---|
줄 1: | 줄 1: | ||
- | ==== tpm-tools-1.3.9.2 ==== \\ | + | ==== tpm-tools-1.3.9.2 ==== |
- | missing file | + | 다룬로드 받는 압축파일에서 빠진 스크립트 |
+ | [[https:// | ||
<code lang=bash> | <code lang=bash> | ||
cat > bootstrap.sh << EOF | cat > bootstrap.sh << EOF | ||
줄 37: | 줄 38: | ||
touch m4/ | touch m4/ | ||
autoreconf -fv --install | autoreconf -fv --install | ||
- | EOF</ | + | EOF</ |
+ | bash bootstrap.sh \\ | ||
+ | ./configure --prefix=/ | ||
+ | make |