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

ナビゲーションに移動 検索に移動
241行目: 241行目:
   
   
  # SUSE
  # SUSE
  sudo zypper install intltool enchant-devel libgit2-devel vte-devel libgpgme-devel gtk3-devel lua51 lua51-devel devhelp-devel rst2html5  
  sudo zypper install intltool enchant-devel libgit2-devel vte-devel libgpgme-devel gtk3-devel lua51 lua51-devel devhelp-devel rst2html5
<br>
<br>
RHELの場合、<code>pip</code>コマンドを実行して、 <u>rst2html</u>パッケージをインストールする。<br>
RHELの場合、<code>pip</code>コマンドを実行して、 <u>rst2html</u>パッケージをインストールする。<br>
296行目: 296行目:
  make -j $(nproc)
  make -j $(nproc)
  make install
  make install
<br>
Geanyのデスクトップエントリファイルを作成する。<br>
vi ~/.local/share/applications/Geany.desktop
<br>
<syntaxhighlight lang="ini">
# ~/.local/share/applications/Geany.desktopファイル
[Desktop Entry]
Version=1.0
Type=Application
Name=Geany
GenericName=Integrated Development Environment
Comment=A fast and lightweight IDE using GTK+
Exec=/<Geanyのインストールディレクトリ>/bin/geany %F
Icon=/<Geanyのインストールディレクトリ>/share/icons/hicolor/scalable/apps/geany.svg
Terminal=false
Categories=GTK;Development;IDE;TextEditor;
MimeType=text/plain;text/x-chdr;text/x-csrc;text/x-c++hdr;text/x-c++src;text/x-java;text/x-dsrc;text/x-pascal;text/x-perl;text/x-python;application/x-php;application/x-httpd-php3;application/x-httpd-php4;application/x-httpd-php5;application/xml;text/html;text/css;text/x-sql;text/x-diff;
Keywords=Text;Editor;
StartupNotify=true
</syntaxhighlight>
<br><br>
<br><br>


案内メニュー