mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-24 15:12:18 +08:00
21 lines
211 B
Markdown
21 lines
211 B
Markdown
{{ include('../packages/gettext/README.md') }}
|
|
|
|
|
|
## Настройка
|
|
|
|
```bash
|
|
./configure --prefix=/usr --disable-static
|
|
```
|
|
|
|
## Сборка
|
|
|
|
```bash
|
|
make
|
|
```
|
|
|
|
## Установка
|
|
|
|
```bash
|
|
make install
|
|
```
|