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