Skip to content

Instantly share code, notes, and snippets.

@dcampos
Created April 8, 2023 16:48
Show Gist options
  • Select an option

  • Save dcampos/2aa3a30fd89153626feaa7c179010dfc to your computer and use it in GitHub Desktop.

Select an option

Save dcampos/2aa3a30fd89153626feaa7c179010dfc to your computer and use it in GitHub Desktop.
Build nvim debian package (non longer generated after 0.9.0)
CC=gcc make CMAKE_BUILD_TYPE=RelWithDebInfo CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX:PATH="
make DESTDIR="build/release/nvim-linux64" install
cd build/
cpack -C RelWithDebInfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment