Lx4U-book/docs/build-temp-system/tar.md
2021-11-04 19:24:31 +03:00

393 B

{{ include('../packages/tar/README.md') }}

Настройка

./configure --prefix=/usr                     \
            --host=$LIN_TGT                   \
            --build=$(build-aux/config.guess) \
            --disable-nls  --disable-acl      \
            --bindir=/bin

Сборка

make

Установка

make DESTDIR=$LIN install