Files
neovim/.github/workflows
bfredl 8e0692cdc5 feat(build): support full runtime distribution work
Working towards making the build.zig build actually useful for
users..

For building a full runtime distribution in /usr or /opt/nvim or
whatever, use

sudo zig build install -p /usr

by default "zig build" will now work like "make" e.g. just build the binary
and the generated parts of the runtime. This will work for development,
but you need to use both parts of the runtime, just like with
an "uninstalled" cmake build:

   zig build
   VIM=. ./zig-out/bin/nvim --clean --cmd "set rtp+=./zig-out/runtime"

As a wrapper, `zig build run_dev` can be used
2025-12-09 12:57:14 +01:00
..
2025-11-23 20:03:13 -05:00
2025-11-23 20:03:13 -05:00
2025-11-21 13:34:28 +01:00
2025-11-21 13:34:28 +01:00
2024-08-29 15:15:50 +02:00