Lx4U-book/docs/build-system/wget.md
2021-11-04 19:24:31 +03:00

36 lines
723 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/wget/README.md') }}
## Настройка
```bash
{{ include('../packages/wget/configure') }}
```
### Значения параметров
- `--sysconfdir=/etc` - меняет путь к директории с настройками с `/usr/etc` на `/etc`
- `--with-ssl=openssl` - позволяет использовать openssl вместо GnuTLS.
## Сборка
```bash
{{ include('../packages/wget/build') }}
```
## Установка
```bash
{{ include('../packages/wget/install') }}
```
## Конфигурационные файлы
- `/etc/wgetrc`
- `~/.wgetrc`
## Установленные файлы
- **Установленные программы:** `wget`