Lx4U-book/docs/build-temp-system/tar.md
Anton Maisak fb0cd60b61 fix
2021-05-05 15:27:13 +03:00

826 B

Настройка

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

Компиляция

make

Установка

make DESTDIR=$LIN install