mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-09 13:07:17 +08:00
22 lines
267 B
Markdown
22 lines
267 B
Markdown
{{ include('../packages/grep/README.md') }}
|
|
|
|
## Настройка
|
|
|
|
```bash
|
|
./configure --prefix=/usr \
|
|
--host=$LIN_TGT \
|
|
--bindir=/bin \
|
|
```
|
|
|
|
## Сборка
|
|
|
|
```bash
|
|
make
|
|
```
|
|
|
|
## Установка
|
|
|
|
```bash
|
|
make DESTDIR=$LIN install
|
|
```
|