mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-03 07:17:17 +08:00
fixed #195
This commit is contained in:
parent
7ebc169c46
commit
db63f52921
@ -17,18 +17,18 @@
|
||||
</script>
|
||||
|
||||
## Настройка
|
||||
```
|
||||
```bash
|
||||
./configure --prefix=/usr \
|
||||
--host=$LIN_TGT \
|
||||
--build=$(build-aux/config.guess) --disable-nls --disable-acl
|
||||
```
|
||||
|
||||
## Компиляция
|
||||
```
|
||||
```bash
|
||||
make
|
||||
```
|
||||
|
||||
## Установка
|
||||
```
|
||||
```bash
|
||||
make DESTDIR=$LIN install
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user