차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
linuxfromscratch:rangeoverpackages:autoconf-archive [2024/05/24 01:37] – baecy | linuxfromscratch:rangeoverpackages:autoconf-archive [2024/06/24 17:29] (현재) – [설치] baecy | ||
---|---|---|---|
줄 1: | 줄 1: | ||
https:// | https:// | ||
===== Autoconf-archive ===== | ===== Autoconf-archive ===== | ||
- | 다운로드: | ||
==== 설치 ==== | ==== 설치 ==== | ||
- | <code lang=bash> | ||
- | ## Gnulib 설치 | ||
- | ## 포터블로 설계된 것이라서 설치 과정없이 바로 사용 | ||
- | git clone https:// | ||
- | cd gnulib | ||
- | ln -sv $(type -p gnulib-tool) /usr/bin/ | ||
- | ## 아카이브 | + | Gnulib가 없으면 |
- | cd .. | + | |
- | wget https://ftp.kaist.ac.kr/gnu/autoconf-archive/autoconf-archive-2023.02.20.tar.xz | + | <code lang=bash> |
- | tar -xf autoconf-archive-2023.02.20.tar.xz | + | git clone https://git.savannah.gnu.org/git/gnulib.git |
- | cd autoconf-archive-2023.02.20 | + | ln -sv $(realpath gnulib/gnulib-tool) / |
- | ./ | + | </ |
- | ./ | + | |
- | make maintainer-all | + | Autoconf-archive 설치 |
- | make | + | |
+ | <code bash> | ||
+ | git clone https:// | ||
+ | cd autoconf-archive | ||
+ | ./bootstrap.sh && | ||
+ | ./ | ||
+ | make maintainer-all | ||
+ | make && | ||
sudo make install | sudo make install | ||
</ | </ |