「インストール - テキストエディタ」の版間の差分

📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

250行目: 250行目:
  mkdir build && cd build
  mkdir build && cd build
   
   
  ./configure --prefix=<Nanoのインストールディレクトリ> --enable-utf8
  ../configure --prefix=<Nanoのインストールディレクトリ> --enable-utf8
  make  -j $(nproc)
  make  -j $(nproc)
  make install
  make install