ユーザ用ツール

サイト用ツール


サイドバー


最近の更新




タグ一覧

タグ#
1
1
1
1
1
1
1
1
1
1
tools:nano:インストール:5.4

nanoをソースからインストール

依存ライブラリ

インストール手順

$ wget https://mirror.jre655.com/GNU/nano/nano-5.4.tar.gz
$ tar xvf nano-5.4.tar.gz
$ cd nano-5.4
$ mkdir build
$ cd build 
$ ../configure --prefix=/opt/nano/5.4 --enable-utf8 \
  NCURSES_CFLAGS='-I/opt/ncurses/6.2/include/ -I/opt/ncurses/6.2/include/ncurses' \ 
  NCURSES_LIBS=/opt/ncurses/6.2/lib/libncurses.a \
  NCURSESW_CFLAGS='-I/opt/ncurses/6.2/include/ -I/opt/ncurses/6.2/include/ncurses' \
  NCURSESW_LIBS=/opt/ncurses/6.2/lib/libncurses.a
$ make
$ make install
tools/nano/インストール/5.4.txt · 最終更新: 2021/01/14 02:33 by michiya