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

22 lines
345 B
Markdown
Raw Normal View History

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