fix bug and remove deprecated description

This commit is contained in:
makpif 2021-12-09 12:06:47 +03:00 committed by GitHub
parent 926b8058d3
commit 30bad05198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,9 @@
## Настройка
```bash
./configure --disable-static
./configure --disable-static --prefix=/usr
```
### Значения параметров
`--disable-static` - так как это временный инструмент, то не требуется наличие общих библиотек, поэтому и нет необходимости их создавать.
## Сборка
```bash
@ -20,5 +16,5 @@ make
## Установка
```bash
make DESTDIR=/usr install
make install
```