Beyond Linux From Scratch 12.4

BLFS 12.4 진행사항


libtasn1-4.20.0

의존성

선택:

설치

다음과 같이 libtasn1을 설치합니다.

./configure --prefix=/usr --disable-static &&
make
컴파일 결과 테스트는 make check를 실행합니다.
root사용자로
make install
configure 스크립트에서 –enable-gtk-doc 파라미터를 사용했다면 root사용자로 API문서를 설치할 수 있습니다.
make -C doc/reference install-data-local

명령행 설명