mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-24 15:12:18 +08:00
23 lines
293 B
Markdown
23 lines
293 B
Markdown
{{ include('../packages/grep/README.md') }}
|
|
|
|
## Настройка
|
|
|
|
```bash
|
|
./configure --prefix=/usr \
|
|
--host=$LIN_TGT \
|
|
--bindir=/bin \
|
|
--disable-nls
|
|
```
|
|
|
|
## Сборка
|
|
|
|
```bash
|
|
make
|
|
```
|
|
|
|
## Установка
|
|
|
|
```bash
|
|
make DESTDIR=$LIN install
|
|
```
|