13,009
回編集
|  (→Geany) |  (→Geany) | ||
| 245行目: | 245行目: | ||
| 次に、Geanyのプラグインをビルドおよびインストールする。<br> | 次に、Geanyのプラグインをビルドおよびインストールする。<br> | ||
| <br> | <br> | ||
| <u> | <u>SUSEでは、パッケージ管理システムにCTPLが存在しないため、CTPLのソースコードをGitからダウンロードしてインストールする必要がある。</u><br> | ||
|   git clone git://git.tuxfamily.org/gitroot/ctpl/ctpl.git |   git clone git://git.tuxfamily.org/gitroot/ctpl/ctpl.git | ||
|   cd ctpl |   cd ctpl | ||
| 252行目: | 252行目: | ||
|   mkdir build && cd build |   mkdir build && cd build | ||
|   ../configure --prefix=< |   ../configure --prefix=<CTPLのインストールディレクトリ> | ||
|   make -j $(nproc) |   make -j $(nproc) | ||
|   make install |   make install | ||