13,009
回編集
| 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 | 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 | ||
# または | # または | ||