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

ナビゲーションに移動 検索に移動
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

案内メニュー