distribution
distribution copied to clipboard
NVIM v0.8.3 to NVIM v0.9.5
is this ever going to be updated?
it somehow really really does not want to compile for us ;(
On Fri, Nov 10, 2023 at 11:24 AM nobodyatandnothing < @.***> wrote:
is this ever going to be updated?
— Reply to this email directly, view it on GitHub https://github.com/clearlinux/distribution/issues/2980#issuecomment-1806318000, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ54FOY6REONEZUK7ZEGKLYDZ5QPAVCNFSM6AAAAAA6KP2342VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBWGMYTQMBQGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
was able to compile it localy on CL 40520 using https://github.com/neovim/neovim/blob/master/BUILD.md#third-party-dependencies
$ cmake -S cmake.deps -B .deps -D CMAKE_BUILD_TYPE=Release
$ cmake --build .deps
$ cmake -B build -D CMAKE_BUILD_TYPE=Release
$ cmake --build build
9.5