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