13,005
回編集
11行目: | 11行目: | ||
== Zshのインストール == | == Zshのインストール == | ||
==== CentOS / SUSE ==== | |||
まず、CentOSでは、Zshのインストールするにはncurses-develが必要となるので、以下のコマンドを実行してインストールする。<br> | まず、CentOSでは、Zshのインストールするにはncurses-develが必要となるので、以下のコマンドを実行してインストールする。<br> | ||
sudo yum install ncurses-devel | sudo yum install ncurses-devel | ||
29行目: | 29行目: | ||
make install | make install | ||
<br> | <br> | ||
==== | ==== Raspberry Pi ==== | ||
CentOSと同様、Zshのインストールするにはncurses-develが必要となるので、以下のコマンドを実行してインストールする。<br> | |||
sudo apt install libncurses5-dev libncursesw5-dev libtinfo-dev | |||
<br> | |||
ビルドおよびインストールは、CentOS / SUSEと同様である。<br> | |||
<br><br> | <br><br> | ||