Lx4U-book/docs/build-temp-system/tar.md
2021-05-06 13:00:06 +03:00

867 B

Настройка

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

Компиляция

make

Установка

make DESTDIR=$LIN install