mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-23 22:42:26 +08:00
fix bug and remove deprecated description
This commit is contained in:
parent
926b8058d3
commit
30bad05198
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user