diff --git a/README.md b/README.md index b20b4bd09..89b7a6bc1 100644 --- a/README.md +++ b/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 <