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

22 lines
284 B
Markdown
Raw Normal View History

{{ include('../packages/patch/README.md') }}
2021-05-05 20:11:42 +08:00
## Настройка
2021-05-05 20:11:42 +08:00
```bash
./configure --prefix=/usr \
2021-05-05 20:14:04 +08:00
--host=$LIN_TGT \
2021-05-05 20:11:42 +08:00
--build=$(build-aux/config.guess)
```
## Сборка
2021-05-05 20:11:42 +08:00
```bash
make
```
## Установка
2021-05-05 20:11:42 +08:00
```bash
make DESTDIR=$LIN install
```