Build

TJ DeVries Advent of Neovim 2024 - December 2024 - Build

# Build prerequisites
sudo apt-get install ninja-build gettext cmake unzip curl build-essential

# Source code
cd ~/dev/src/
git clone git@github.com:neovim/neovim.git

# Build
cd ~/dev/src/neovim/
make CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install