Lx4U-book/docs/build-system/init/procps-ng-sysv.md
2021-11-04 19:24:31 +03:00

38 lines
704 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{ include('../packages/procps-ng/README.md') }}
## Настройка
```bash
{{ include('../packages/procps-ng/configure') }}
```
## Сборка
```bash
{{ include('../packages/procps-ng/build') }}
```
## Тестирование
```bash
{{ include('../packages/procps-ng/test') }}
```
???+ warning "Предупреждение"
Пять тестов, связанных с `pkill` дают сбои, так как они (тесты) не были обновлены.
## Установка
```bash
{{ include('../packages/procps-ng/install') }}
```
## При раздельной структуре каталогов
```bash
{{ include('../packages/procps-ng/cldirs') }}
```