Created
April 8, 2023 16:48
-
-
Save dcampos/2aa3a30fd89153626feaa7c179010dfc to your computer and use it in GitHub Desktop.
Build nvim debian package (non longer generated after 0.9.0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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