mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-13 23:49:04 +08:00
393 B
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