linuxfromscratch:12.1:126-meson-1.3.2

Linux From Scratch - Version 12.1-systemd
Chapter 8. Installing Basic System Software
이전 위로 / 처음으로 다음
Ninja-1.11.1 Coreutils-9.4

Meson은 매우 빠르고 사용자 친화적으로 설계된 오픈 소스 빌드 시스템입니다.

  • 빌드 시간: 0.1 SBU 미만
  • 디스크 용량: 공간: 42 MB

Meson을 컴파일합니다.

pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD

테스트 스위트는 LFS 범위를 벗어난 일부 패키지가 필요합니다.

패키지를 설치합니다

pip3 install --no-index --find-links dist meson
install -vDm644 data/shell-completions/bash/meson /usr/share/bash-completion/completions/meson
install -vDm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/_meson

intstall 옵션 설명

  • -w dist
    생성된 wheel을 dist 디렉토리에 넣습니다.
  • –find-links dist
    dist 디렉터리에서 wheel을 설치합니다.

  • 설치된 프로그램:
    meson
  • 설치 디렉터리:
    /usr/lib/python3.12/site-packages/meson-1.3.2.dist-info 및 /usr/lib/python3.12/site-packages/mesonbuild

간략한 설명

  • meson
    생산성이 높은 빌드 시스템
  • linuxfromscratch/12.1/126-meson-1.3.2.txt
  • 마지막으로 수정됨: 2024/06/15 12:19
  • 저자 baecy