mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-24 23:32:18 +08:00
28 lines
359 B
Markdown
28 lines
359 B
Markdown
{{ include('../packages/popt/README.md') }}
|
|
|
|
## Настройка
|
|
|
|
```bash
|
|
{{ include('../packages/popt/configure') }}
|
|
```
|
|
|
|
## Сборка
|
|
|
|
```bash
|
|
{{ include('../packages/popt/build') }}
|
|
```
|
|
|
|
## Тестирование
|
|
|
|
```bash
|
|
{{ include('../packages/popt/test') }}
|
|
```
|
|
|
|
## Установка
|
|
|
|
```bash
|
|
{{ include('../packages/popt/install') }}
|
|
```
|
|
|
|
|