Обновление README.md, исходников, пакетки
This commit is contained in:
@ -4,14 +4,15 @@ https://github.com/zsh-users/zsh/archive/refs/tags/zsh-5.9.0.2-test.tar.gz
|
||||
|
||||
|
||||
``` sh *** build ***
|
||||
autoreconf --install &&
|
||||
autoreconf --install
|
||||
./configure \
|
||||
--prefix=/pkg/gnu/zsh \
|
||||
--enable-etcdir=/pkg/gnu/zsh/etc \
|
||||
--enable-multibyte \
|
||||
--enable-pcre \
|
||||
--enable-cap &&
|
||||
make -j$(nproc) && make install.bin install.modules install.fns
|
||||
--enable-cap
|
||||
make -j$(nproc)
|
||||
make install.bin install.modules install.fns
|
||||
```
|
||||
|
||||
``` sh *** config ***
|
||||
|
||||
Reference in New Issue
Block a user