Are you fed up using vi on the Edison? Why not install the nano editor.
Here is the complete command:
1 |
wget http://www.nano-editor.org/dist/v2.2/nano-2.2.6.tar.gz && tar xvf nano-2.2.6.tar.gz && cd nano-2.2.6 && ./configure && make && make install |
When doing the separate commands, here is their output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 |
root@edison:~# wget http://www.nano-editor.org/dist/v2.2/nano-2.2.6.tar.gz root@edison:~# tar xvf nano-2.2.6.tar.gz root@edison:~# cd nano-2.2.6 root@edison:~/nano-2.2.6# ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether ln -s works... yes checking for strerror in -lcposix... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/i586-poky-linux/bin/ld checking if the linker (/usr/i586-poky-linux/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking whether NLS is requested... yes checking for GNU gettext in libc... yes checking for ANSI C header files... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking whether to enable UTF-8 support... auto checking whether to use slang... no checking for getdelim... yes checking for getline... yes checking for isblank... yes checking for strcasecmp... yes checking for strcasestr... yes checking for strncasecmp... yes checking for strnlen... yes checking for vsnprintf... yes checking for iswalnum... yes checking for iswblank... yes checking for iswpunct... yes checking for iswspace... yes checking for nl_langinfo... yes checking for mblen... yes checking for mbstowcs... yes checking for mbtowc... yes checking for wctomb... yes checking for wcwidth... yes checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... no checking for getopt_long... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for get_wch in -lncursesw... yes Using ncursesw as the curses library checking for use_default_colors in -lncursesw... yes checking for GNU-style word boundary regex support... yes checking whether _XOPEN_SOURCE_EXTENDED is needed... no checking whether LINES and COLS can be redefined... yes checking for HTML support in groff... ./configure: ./configure.lineno: line 8316: groff: not found no *** Will not generate HTML version of man pages *** *** Consider installing a newer version of groff with HTML support *** configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/nanorc.sample config.status: creating doc/man/Makefile config.status: creating doc/man/fr/Makefile config.status: creating doc/syntax/Makefile config.status: creating doc/texinfo/Makefile config.status: creating m4/Makefile config.status: creating po/Makefile.in config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting config.status: creating src/Makefile config.status: creating nano.spec config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile root@edison:~/nano-2.2.6# make make all-recursive make[1]: Entering directory '/home/root/nano-2.2.6' Making all in doc make[2]: Entering directory '/home/root/nano-2.2.6/doc' Making all in man make[3]: Entering directory '/home/root/nano-2.2.6/doc/man' make all-recursive make[4]: Entering directory '/home/root/nano-2.2.6/doc/man' Making all in fr make[5]: Entering directory '/home/root/nano-2.2.6/doc/man/fr' make all-am make[6]: Entering directory '/home/root/nano-2.2.6/doc/man/fr' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/home/root/nano-2.2.6/doc/man/fr' make[5]: Leaving directory '/home/root/nano-2.2.6/doc/man/fr' make[5]: Entering directory '/home/root/nano-2.2.6/doc/man' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/root/nano-2.2.6/doc/man' make[4]: Leaving directory '/home/root/nano-2.2.6/doc/man' make[3]: Leaving directory '/home/root/nano-2.2.6/doc/man' Making all in syntax make[3]: Entering directory '/home/root/nano-2.2.6/doc/syntax' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/root/nano-2.2.6/doc/syntax' Making all in texinfo make[3]: Entering directory '/home/root/nano-2.2.6/doc/texinfo' make all-am make[4]: Entering directory '/home/root/nano-2.2.6/doc/texinfo' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/root/nano-2.2.6/doc/texinfo' make[3]: Leaving directory '/home/root/nano-2.2.6/doc/texinfo' make[3]: Entering directory '/home/root/nano-2.2.6/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/root/nano-2.2.6/doc' make[2]: Leaving directory '/home/root/nano-2.2.6/doc' Making all in m4 make[2]: Entering directory '/home/root/nano-2.2.6/m4' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/root/nano-2.2.6/m4' Making all in po make[2]: Entering directory '/home/root/nano-2.2.6/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/root/nano-2.2.6/po' Making all in src make[2]: Entering directory '/home/root/nano-2.2.6/src' gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT browser.o -MD -MP -MF .deps/browser.Tpo -c -o browser.o browser.c mv -f .deps/browser.Tpo .deps/browser.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT chars.o -MD -MP -MF .deps/chars.Tpo -c -o chars.o chars.c mv -f .deps/chars.Tpo .deps/chars.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c mv -f .deps/color.Tpo .deps/color.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT cut.o -MD -MP -MF .deps/cut.Tpo -c -o cut.o cut.c mv -f .deps/cut.Tpo .deps/cut.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT files.o -MD -MP -MF .deps/files.Tpo -c -o files.o files.c mv -f .deps/files.Tpo .deps/files.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT global.o -MD -MP -MF .deps/global.Tpo -c -o global.o global.c mv -f .deps/global.Tpo .deps/global.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.c mv -f .deps/help.Tpo .deps/help.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT move.o -MD -MP -MF .deps/move.Tpo -c -o move.o move.c mv -f .deps/move.Tpo .deps/move.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT nano.o -MD -MP -MF .deps/nano.Tpo -c -o nano.o nano.c mv -f .deps/nano.Tpo .deps/nano.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT prompt.o -MD -MP -MF .deps/prompt.Tpo -c -o prompt.o prompt.c mv -f .deps/prompt.Tpo .deps/prompt.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT rcfile.o -MD -MP -MF .deps/rcfile.Tpo -c -o rcfile.o rcfile.c mv -f .deps/rcfile.Tpo .deps/rcfile.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT search.o -MD -MP -MF .deps/search.Tpo -c -o search.o search.c mv -f .deps/search.Tpo .deps/search.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT text.o -MD -MP -MF .deps/text.Tpo -c -o text.o text.c mv -f .deps/text.Tpo .deps/text.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c mv -f .deps/utils.Tpo .deps/utils.Po gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR="/usr/local/share/locale" -DSYSCONFDIR="/usr/local/etc" -I/usr/include/ncursesw -g -O2 -MT winio.o -MD -MP -MF .deps/winio.Tpo -c -o winio.o winio.c mv -f .deps/winio.Tpo .deps/winio.Po gcc -g -O2 -o nano browser.o chars.o color.o cut.o files.o global.o help.o move.o nano.o prompt.o rcfile.o search.o text.o utils.o winio.o -lncursesw make[2]: Leaving directory '/home/root/nano-2.2.6/src' make[2]: Entering directory '/home/root/nano-2.2.6' make[2]: Leaving directory '/home/root/nano-2.2.6' make[1]: Leaving directory '/home/root/nano-2.2.6' root@edison:~/nano-2.2.6# make install Making install in doc make[1]: Entering directory '/home/root/nano-2.2.6/doc' Making install in man make[2]: Entering directory '/home/root/nano-2.2.6/doc/man' make install-recursive make[3]: Entering directory '/home/root/nano-2.2.6/doc/man' Making install in fr make[4]: Entering directory '/home/root/nano-2.2.6/doc/man/fr' make install-am make[5]: Entering directory '/home/root/nano-2.2.6/doc/man/fr' make[6]: Entering directory '/home/root/nano-2.2.6/doc/man/fr' make[6]: Nothing to be done for 'install-exec-am'. test -z "" || ../../.././install-sh -c -d "" test -z "/usr/local/share/man/fr/man1" || ../../.././install-sh -c -d "/usr/local/share/man/fr/man1" ../../.././install-sh -c -m 644 nano.1 rnano.1 '/usr/local/share/man/fr/man1' test -z "/usr/local/share/man/fr/man5" || ../../.././install-sh -c -d "/usr/local/share/man/fr/man5" ../../.././install-sh -c -m 644 nanorc.5 '/usr/local/share/man/fr/man5' make[6]: Leaving directory '/home/root/nano-2.2.6/doc/man/fr' make[5]: Leaving directory '/home/root/nano-2.2.6/doc/man/fr' make[4]: Leaving directory '/home/root/nano-2.2.6/doc/man/fr' make[4]: Entering directory '/home/root/nano-2.2.6/doc/man' make[5]: Entering directory '/home/root/nano-2.2.6/doc/man' make[5]: Nothing to be done for 'install-exec-am'. test -z "" || ../.././install-sh -c -d "" test -z "/usr/local/share/man/man1" || ../.././install-sh -c -d "/usr/local/share/man/man1" ../.././install-sh -c -m 644 nano.1 rnano.1 '/usr/local/share/man/man1' test -z "/usr/local/share/man/man5" || ../.././install-sh -c -d "/usr/local/share/man/man5" ../.././install-sh -c -m 644 nanorc.5 '/usr/local/share/man/man5' make[5]: Leaving directory '/home/root/nano-2.2.6/doc/man' make[4]: Leaving directory '/home/root/nano-2.2.6/doc/man' make[3]: Leaving directory '/home/root/nano-2.2.6/doc/man' make[2]: Leaving directory '/home/root/nano-2.2.6/doc/man' Making install in syntax make[2]: Entering directory '/home/root/nano-2.2.6/doc/syntax' make[3]: Entering directory '/home/root/nano-2.2.6/doc/syntax' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/share/nano" || ../.././install-sh -c -d "/usr/local/share/nano" ../.././install-sh -c -m 644 asm.nanorc c.nanorc cmake.nanorc groff.nanorc html.nanorc java.nanorc man.nanorc mutt.nanorc nanorc.nanorc patch.nanorc perl.nanorc pov.nanorc python.nanorc ruby.nanorc sh.nanorc tex.nanorc tcl.nanorc php.nanorc gentoo.nanorc debian.nanorc awk.nanorc css.nanorc xml.nanorc ocaml.nanorc objc.nanorc fortran.nanorc makefile.nanorc mgp.nanorc '/usr/local/share/nano' make[3]: Leaving directory '/home/root/nano-2.2.6/doc/syntax' make[2]: Leaving directory '/home/root/nano-2.2.6/doc/syntax' Making install in texinfo make[2]: Entering directory '/home/root/nano-2.2.6/doc/texinfo' make install-am make[3]: Entering directory '/home/root/nano-2.2.6/doc/texinfo' make[4]: Entering directory '/home/root/nano-2.2.6/doc/texinfo' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/share/info" || ../.././install-sh -c -d "/usr/local/share/info" ../.././install-sh -c -m 644 ./nano.info '/usr/local/share/info' make[4]: Leaving directory '/home/root/nano-2.2.6/doc/texinfo' make[3]: Leaving directory '/home/root/nano-2.2.6/doc/texinfo' make[2]: Leaving directory '/home/root/nano-2.2.6/doc/texinfo' make[2]: Entering directory '/home/root/nano-2.2.6/doc' make[3]: Entering directory '/home/root/nano-2.2.6/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/root/nano-2.2.6/doc' make[2]: Leaving directory '/home/root/nano-2.2.6/doc' make[1]: Leaving directory '/home/root/nano-2.2.6/doc' Making install in m4 make[1]: Entering directory '/home/root/nano-2.2.6/m4' make[2]: Entering directory '/home/root/nano-2.2.6/m4' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/root/nano-2.2.6/m4' make[1]: Leaving directory '/home/root/nano-2.2.6/m4' Making install in po make[1]: Entering directory '/home/root/nano-2.2.6/po' /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share mkdir /usr/local/share/locale mkdir /usr/local/share/locale/bg mkdir /usr/local/share/locale/bg/LC_MESSAGES installing bg.gmo as /usr/local/share/locale/bg/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/ca mkdir /usr/local/share/locale/ca/LC_MESSAGES installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/cs mkdir /usr/local/share/locale/cs/LC_MESSAGES installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/da mkdir /usr/local/share/locale/da/LC_MESSAGES installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/de mkdir /usr/local/share/locale/de/LC_MESSAGES installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/es mkdir /usr/local/share/locale/es/LC_MESSAGES installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/eu mkdir /usr/local/share/locale/eu/LC_MESSAGES installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/fi mkdir /usr/local/share/locale/fi/LC_MESSAGES installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/fr mkdir /usr/local/share/locale/fr/LC_MESSAGES installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/ga mkdir /usr/local/share/locale/ga/LC_MESSAGES installing ga.gmo as /usr/local/share/locale/ga/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/gl mkdir /usr/local/share/locale/gl/LC_MESSAGES installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/hu mkdir /usr/local/share/locale/hu/LC_MESSAGES installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/id mkdir /usr/local/share/locale/id/LC_MESSAGES installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/it mkdir /usr/local/share/locale/it/LC_MESSAGES installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/ms mkdir /usr/local/share/locale/ms/LC_MESSAGES installing ms.gmo as /usr/local/share/locale/ms/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/nb mkdir /usr/local/share/locale/nb/LC_MESSAGES installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/nl mkdir /usr/local/share/locale/nl/LC_MESSAGES installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/nn mkdir /usr/local/share/locale/nn/LC_MESSAGES installing nn.gmo as /usr/local/share/locale/nn/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/pl mkdir /usr/local/share/locale/pl/LC_MESSAGES installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/pt_BR mkdir /usr/local/share/locale/pt_BR/LC_MESSAGES installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/ro mkdir /usr/local/share/locale/ro/LC_MESSAGES installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/ru mkdir /usr/local/share/locale/ru/LC_MESSAGES installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/rw mkdir /usr/local/share/locale/rw/LC_MESSAGES installing rw.gmo as /usr/local/share/locale/rw/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/sr mkdir /usr/local/share/locale/sr/LC_MESSAGES installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/sv mkdir /usr/local/share/locale/sv/LC_MESSAGES installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/tr mkdir /usr/local/share/locale/tr/LC_MESSAGES installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/uk mkdir /usr/local/share/locale/uk/LC_MESSAGES installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/vi mkdir /usr/local/share/locale/vi/LC_MESSAGES installing vi.gmo as /usr/local/share/locale/vi/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/zh_CN mkdir /usr/local/share/locale/zh_CN/LC_MESSAGES installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/nano.mo mkdir /usr/local/share/locale/zh_TW mkdir /usr/local/share/locale/zh_TW/LC_MESSAGES installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/nano.mo if test "nano" = "gettext"; then /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/gettext/po; for file in Makefile.in.in Makevars remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot ; do .././install-sh -c -m 644 ./$file /usr/local/share/gettext/po/$file; done; else : ; fi make[1]: Leaving directory '/home/root/nano-2.2.6/po' Making install in src make[1]: Entering directory '/home/root/nano-2.2.6/src' make[2]: Entering directory '/home/root/nano-2.2.6/src' test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin" .././install-sh -c nano '/usr/local/bin' make install-exec-hook make[3]: Entering directory '/home/root/nano-2.2.6/src' cd /usr/local/bin && rm -f rnano && ln -s nano rnano make[3]: Leaving directory '/home/root/nano-2.2.6/src' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/root/nano-2.2.6/src' make[1]: Leaving directory '/home/root/nano-2.2.6/src' make[1]: Entering directory '/home/root/nano-2.2.6' make[2]: Entering directory '/home/root/nano-2.2.6' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/root/nano-2.2.6' make[1]: Leaving directory '/home/root/nano-2.2.6' root@edison:~/nano-2.2.6# |
when you open nano from the serial connection it will show:
“Received SIGHUP or SIGTERM”
That is true. You will need to connect with SSH to get it to work properly. The alternative is using vi 😉