Правила сборки с учетом зависимостей
Этот коммит содержится в:
родитель
b76c1baf35
Коммит
b67cad5c4b
20
README.md
20
README.md
@ -13,13 +13,29 @@ make -j16 install
|
||||
CPULIST=x86 make -j16 install
|
||||
```
|
||||
|
||||
Сборка проекта и всех зависимостей с последующей инсталляцией в каталог `/tmp/mc`:
|
||||
|
||||
```
|
||||
$ mkdir mc-complete
|
||||
$ cd mc-complete
|
||||
$ git clone --depth 1 https://git.kpda.ru/ports/mc.git
|
||||
$ git clone --depth 1 https://git.kpda.ru/ports/pcre.git
|
||||
$ git clone --depth 1 https://git.kpda.ru/ports/s-lang.git
|
||||
$ cat > Makefile <<EOF
|
||||
mc: pcre s-lang
|
||||
s-lang: pcre
|
||||
include recurse.mk
|
||||
EOF
|
||||
$ make CPULIST=x86 USE_INSTALL_ROOT=1 INSTALL_ROOT_nto=/tmp/mc install
|
||||
```
|
||||
|
||||
**Порт mc проверен на работоспособность условно и, вероятно, потребует дополнительной адаптации.**
|
||||
|
||||
Зависимости
|
||||
===========
|
||||
|
||||
1. [S-Lang Programmer's Library](../s-lang)
|
||||
2. [PCRE - Perl Compatible Regular Expressions](../pcre)
|
||||
1. [S-Lang Programmer's Library](https://git.kpda.ru/ports/s-lang)
|
||||
2. [PCRE - Perl Compatible Regular Expressions](https://git.kpda.ru/ports/pcre)
|
||||
|
||||
Запуск
|
||||
===========
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user