Skip to content

Instantly share code, notes, and snippets.

@davehorner
Last active April 15, 2020 05:30
Show Gist options
  • Save davehorner/37cac9f68337d806baea9af2578dcca0 to your computer and use it in GitHub Desktop.
Save davehorner/37cac9f68337d806baea9af2578dcca0 to your computer and use it in GitHub Desktop.
build fish shell on raspberry pi raspbian/
apt-get install build-essential cmake devscripts libpcre2-dev libncurses5-dev
git clone https://github.com/fish-shell/fish-shell.git
cd fish-shell;
mkdir build; cd build
cmake ..
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment