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

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

250行目: 250行目:
  mkdir build && cd build
  mkdir build && cd build
   
   
  ../configure --prefix=<Geanyのインストールディレクトリ> --with-geany-libdir=<Geanyのインストールディレクトリ>/lib64
  ../configure --prefix=<Geanyのインストールディレクトリ> --with-geany-prefix=<Geanyのインストールディレクトリ> \
              --with-geany-libdir=<Geanyのインストールディレクトリ>/lib64 --enable-geanylua --enable-spellcheck --enable-all-plugins
  make -j $(nproc)
  make -j $(nproc)
  make install
  make install