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

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

52行目: 52行目:
  bind ^F whereis all    # CTRL+F - Find
  bind ^F whereis all    # CTRL+F - Find
  bind ^S savefile main  # CTRL+S - Save  
  bind ^S savefile main  # CTRL+S - Save  
<br><br>
== BlueFish ==
[http://bluefish.openoffice.nl/index.html BlueFishの公式Webサイト]から、ソースコードをダウンロードする。<br>
ダウンロードしたBlueFishのソースコードを解凍する。<br>
tar xf bluefish-<バージョン>.tar.gz
cd bluefish-*
<br>
BlueFishをビルドするため、依存関係のライブラリをインストールする。<br>
sudo zypper install gtk3-devel glib2-devel gdk-pixbuf-devel pango-devel libxml2-devel wayland-protocols-devel \
                    enchant-devel gucharmap-devel python3-gobject-devel
<br>
BlueFishをビルドおよびインストールする。<br>
mkdir biuld && cd build
../cofigure --prefix=/home/<ユーザ名>/InstallSoftware/BlueFish
make -j $(nproc)
make install
<br><br>
<br><br>