1
1
Форкнуть 0
nano – text editor (GPL license) https://www.nano-editor.org
Перейти к файлу
СВД Встраиваемые Системы a3a528ce3f README.md: Исправление правил сборки для 2020/2021 2024-02-13 15:29:11 +03:00
doc bump version numbers and add a news item for the 6.1 release 2022-02-09 11:31:03 +01:00
m4 tweaks: delete another pointless ChangeLog 2020-03-26 13:17:41 +01:00
nto Правила сборки для ЗОСРВ "Нейтрино" редакции 2020 2023-02-20 00:37:31 +03:00
po po: update translations and regenerate POT file and PO files 2022-02-09 11:53:47 +01:00
src Правила сборки для ЗОСРВ "Нейтрино" редакции 2020 2023-02-20 00:37:31 +03:00
syntax syntax: nanorc: colorize each of the fourteen new color names as valid 2021-12-12 12:01:45 +01:00
.gitignore tweaks: drop obsolete 'nano.spec' from .gitignore file, and reshuffle 2020-06-15 19:11:45 +02:00
AUTHORS docs: note Marco as the original author of the bookmarking code 2020-04-16 11:05:14 +02:00
COPYING convert to GPLv3 or later 2007-08-11 05:17:36 +00:00
COPYING.DOC convert documentation to GPLv3/GFDLv1.2 2007-08-23 04:34:35 +00:00
ChangeLog bump version numbers and add a news item for the 6.1 release 2022-02-09 11:31:03 +01:00
ChangeLog.1999-2006 tweaks: for each version, mention the changes to the PO files last 2020-03-26 12:18:22 +01:00
ChangeLog.2007-2015 tweaks: fix twenty typos, in old Changelogs and in some comments 2020-03-25 16:57:43 +01:00
IMPROVEMENTS bump version numbers and add a news item for the 6.0 release 2021-12-15 12:04:56 +01:00
Makefile Правила сборки для ЗОСРВ "Нейтрино" редакции 2020 2023-02-20 00:37:31 +03:00
Makefile.am build: stop distributing the README.GIT file 2020-08-24 09:29:05 +02:00
NEWS bump version numbers and add a news item for the 6.1 release 2022-02-09 11:31:03 +01:00
README bump version numbers and add a news item for the 6.1 release 2022-02-09 11:31:03 +01:00
README.GIT docs: mention how to properly colorize all types in nano's source code 2021-09-11 17:50:11 +02:00
README.md README.md: Исправление правил сборки для 2020/2021 2024-02-13 15:29:11 +03:00
THANKS docs: say thanks to the Indonesian translator 2021-11-20 16:48:28 +01:00
TODO docs: reduce the TODO file to a reference to the bug tracker on Savannah 2020-03-26 19:27:46 +01:00
autogen.sh Исправление правил сборки для 2020/2021 2024-02-12 16:38:44 +03:00
common.mk Исправление правил сборки для 2020/2021 2024-02-12 16:38:44 +03:00
configure.ac bump version numbers and add a news item for the 6.1 release 2022-02-09 11:31:03 +01:00
nano-regress 2014-05-29 Chris Allegretta <chrisa@asty.org> 2014-05-29 18:30:23 +00:00
roll-a-release.sh bump version numbers and add a news item for the 6.1 release 2022-02-09 11:31:03 +01:00

README.md

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

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

make -j16 INSTALL_ROOT_nto=<директория> install

Только для x86:

CPULIST=x86 make -j16 INSTALL_ROOT_nto=<директория> install

Порт nano проверен на работоспособность условно и, вероятно, потребует дополнительной адаптации.

Поддержка мыши отключена (требуется более новый ncurses).

Зависимости

  1. В процессе сборки происходит скачивание gnulib

Запуск

export TERM=xterm
nano

Проверена совместимость с пакетом nano-syntax-highlighting. Из-за неидеальности терминала в ЗОСРВ "Нейтрино" может потребоваться использование export TERM=qansi (со своими особенностями). Этот пакет не требует сборки и может быть установлен вручную с последующим конфигурированием ~.nanorc по инструкции разработчика.