mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-27 09:42:15 +08:00
700 B
700 B
Настройка
./configure --prefix=/usr \
--host=$LIN_TGT \
--build=$(build-aux/config.guess)
Сборка
make
Установка
make DESTDIR=$LIN install