Utilisation de MSYS et MinGW
Copier le binaire produit nano.exe
à votre environnement. Vous pouvez l'obtenir :
De la source
J'ai installé MYSYS avec MinGW et a pu le faire :
$ pacman -S tar gcc ncurses ncurses-devel
$ f='nano-5.8' # Change this line for a different v5 version
$ curl --proto '=https' --tlsv1.2 -sSf 'https://www.nano-editor.org/dist/v5/'"$f"'.tar.xz'
$ tar xf "$f"'.tar.xz' && cd "$f"
$ ./configure
$ make # See './src/nano.exe'
A partir du paquet pré-compilé
$ pacman -S nano
pour qu'il fonctionne dans cet environnement :
A partir du source (patché pour Windows)
Si vous continuez à recevoir Error opening terminal: xterm-256color.
erreurs :
$ pacman -S git
$ git clone https://github.com/lhmouse/nano-win
$ cd nano-win # tested on `38790067`
$ ./build_nano-win.sh
De l'archive
Vous pouvez également télécharger le paquet directement et l'ajouter à votre PATH
:
https://mirror.msys2.org/msys/x86_64/nano-5.8-1-x86_64.pkg.tar.zst (extrait avec Moderne 7-zip + 7-zip ou unzstd
) et exe
à partir de nano-5.8-1-x86_64.pkg.tar.zst\nano-5.8-1-x86_64.pkg.tar\usr\bin\
à votre PATH
, ainsi que (à partir de msys64\usr\bin\
ou les archives) : msys-ncursesw6.dll
, msys-2.0.dll
, msys-magic-1.dll
, msys-intl-8.dll
, msys-iconv-2.dll
, msys-bz2-1.dll
, msys-z.dll
Test, le cmd.exe
(Invite de commande Windows)
> nano --version
GNU nano, version 5.8
(C) 1999-2011, 2013-2021 Free Software Foundation, Inc.
(C) 2014-2021 the contributors to nano
Compiled options: --enable-utf8
Si cela fonctionne, l'invocation de nano
se présentera comme suit :
GNU nano 5.8 New Buffer
[ Welcome to nano. For basic help, type Ctrl+G. ]
^G Help ^O Write Out ^W Where Is ^K Cut ^T Execute ^C Location
^X Exit ^R Read File ^\ Replace ^U Paste ^J Justify ^_ Go To Line