mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-24 06:52:20 +08:00
711 B
711 B
Настройка
./configure --prefix=/usr \
--host=$LIN_TGT \
--disable-nls \
--bindir=/bin
Сборка
make
Установка
make DESTDIR=$LIN install
При раздельной структуре каталогов
Добавьте к скрипту configure
ключ --bindir=/bin
.