Midnight Commander's repository (GPL license) https://github.com/MidnightCommander/mc
Go to file
2023-03-11 11:55:27 +03:00
.github PULL_REQUEST_TEMPLATE.md: use https for m-c.o. 2017-01-01 09:39:06 +03:00
contrib Правила сборки для ЗОСРВ "Нейтрино" редакции 2021 2023-02-15 17:28:20 +03:00
doc Update doc/NEWS file 2018-05-27 22:21:03 +02:00
lib Правила сборки для ЗОСРВ "Нейтрино" редакции 2021 2023-02-15 17:28:20 +03:00
m4.include Sync with gnulib 467061a2014d742a27eb8d4498e8d09fb3225d53. 2018-02-04 11:30:23 +03:00
maint main: bump gnu global version to 6.5.7 (used to build source index) 2017-12-03 09:30:12 +01:00
misc mc.ext: allow Java class files to be viewed even if JAD isn't on PATH 2018-05-27 16:47:38 +02:00
nto Правила сборки для ЗОСРВ "Нейтрино" редакции 2021 2023-02-15 17:28:20 +03:00
po Updated Italian translation 2018-05-30 09:39:46 +02:00
src Ticket #3789: remove faulty test in rpm helper to detect CONFLICTS tag 2018-05-27 15:17:31 +02:00
tests Ticket #3789: remove faulty test in rpm helper to detect CONFLICTS tag 2018-05-27 15:17:31 +02:00
.gitattributes Preventing po/*.po files in git-diff output 2011-09-09 12:01:55 +03:00
.gitignore Added files make.log, make.clang, make.gcc, make.tcc, into .gitignore file 2011-12-01 17:38:56 +04:00
.travis.yml maint: fetch tags on Travis before running the build 2016-03-06 13:38:34 +01:00
acinclude.m4 Support __attribute__((fallthrough)) if possible. 2018-02-04 11:30:22 +03:00
AUTHORS AUTHORS: mooffie: extfs helpers tester. 2016-12-19 13:21:01 +03:00
autogen.sh Simplify autogen.sh by switching to autoreconf 2016-04-28 09:25:18 +03:00
build-glib2.sh Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
ChangeLog Ticket #2097: ChangeLog in its current form does not strictly make any sense 2010-05-05 16:24:14 +04:00
common.mk Правила сборки для ЗОСРВ "Нейтрино" редакции 2021 2023-02-15 17:28:20 +03:00
configure.ac Support __attribute__((fallthrough)) if possible. 2018-02-04 11:30:22 +03:00
COPYING Moved the main help file (xnc.hlp) and translated help files (es, hu, it, pl, ru and sr directories) to doc/hlp 2009-05-26 17:32:32 +03:00
INSTALL Moved the main help file (xnc.hlp) and translated help files (es, hu, it, pl, ru and sr directories) to doc/hlp 2009-05-26 17:32:32 +03:00
Makefile Правила сборки для ЗОСРВ "Нейтрино" редакции 2021 2023-02-15 17:28:20 +03:00
Makefile.am Add indent rule in makefile 2013-11-25 13:47:39 +04:00
NEWS Moved the main help file (xnc.hlp) and translated help files (es, hu, it, pl, ru and sr directories) to doc/hlp 2009-05-26 17:32:32 +03:00
README Moved the main help file (xnc.hlp) and translated help files (es, hu, it, pl, ru and sr directories) to doc/hlp 2009-05-26 17:32:32 +03:00
README.md Правила сборки с учетом зависимостей 2023-03-11 11:55:27 +03:00

Сборка проекта в ЗОСРВ "Нейтрино" редакции 2021

Для всех архитектур:

make -j16 install

Только для x86:

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
  2. PCRE - Perl Compatible Regular Expressions

Запуск

export TERM=xterm
mc