Lx4U-book/docs/build-temp-system/tar.md

908 B

Настройка

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

Сборка

make

Установка

make DESTDIR=$LIN install