Skip to content

Instantly share code, notes, and snippets.

@mcgarrigle
Created December 28, 2024 00:31
Show Gist options
  • Save mcgarrigle/a445bff7e31b89825580d9cbbe8e93d8 to your computer and use it in GitHub Desktop.
Save mcgarrigle/a445bff7e31b89825580d9cbbe8e93d8 to your computer and use it in GitHub Desktop.
compile neovim lastest on raspberry pi
sudo apt-get install git cmake gettext
git clone https://github.com/neovim/neovim.git
cd neovim/
make CMAKE_BUILD_TYPE=RelWithDebInfo
cd build/
cpack -G DEB
sudo apt remove neovim
sudo dpkg -i --force-overwrite nvim-linux64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment