12,890
回編集
(→Geany) |
|||
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 |