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

38行目: 38行目:
  # SUSE
  # SUSE
  sudo zypper install cmake ncurses-devel ncurses5-devel libpcre2-16-0 libpcre2-8-0 pcre2-devel \
  sudo zypper install cmake ncurses-devel ncurses5-devel libpcre2-16-0 libpcre2-8-0 pcre2-devel \
                     python3-Sphinx gettext-runtime gettext-tools  
                     python3-Sphinx gettext-runtime gettext-tools
# Manjaro ARM
sudo pacman -S --needed cmake ncurses pcre2 python-sphinx gettext
<br>
<br>
[https://github.com/fish-shell/fish-shell/releases FishのGithub]からソースコードをダウンロードする。<br>
[https://github.com/fish-shell/fish-shell/releases FishのGithub]からソースコードをダウンロードする。<br>
または、<code>git</code>コマンドを使用してソースコードをダウンロードする。<br>
または、<code>git</code>コマンドを使用してソースコードをダウンロードする。<br>
  wget [https://github.com/fish-shell/fish-shell/releases/download/3.3.1/fish-3.3.1.tar.xz https://github.com/fish-shell/fish-shell/releases/download/x.x.x/fish-x.x.x.tar.xz]
  wget https://github.com/fish-shell/fish-shell/releases/download/x.x.x/fish-x.x.x.tar.xz
  tar xf fish-*.tar.gz
  tar xf fish-*.tar.gz
  # または
  # または