「インストール - Fish」の版間の差分

ナビゲーションに移動 検索に移動
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
  # または
  # または

案内メニュー