diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-11-23 12:45:31 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2025-11-23 20:03:13 -0500 |
| commit | 3fc72f4ef15a8a5f5c452548b73e094382631427 (patch) | |
| tree | 4efbf47db9471c0e33f536819964167b99b21400 /BUILD.md | |
| parent | b7a670a6d2aa23e206941b475c0a463cbc64db0b (diff) | |
docs: misc
Close #36441
Close #36631
Close #36656
Co-authored-by: Maria José Solano <majosolano99@gmail.com>
Co-authored-by: glepnir <glephunter@gmail.com>
Co-authored-by: "Mike J. McGuirk" <mike.j.mcguirk@gmail.com>
Diffstat (limited to 'BUILD.md')
| -rw-r--r-- | BUILD.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -459,6 +459,13 @@ Similarly to develop on Neovim: `nix run github:nix-community/neovim-nightly-ove To use a specific version of Neovim, you can pass `--override-input neovim-src .` to use your current directory, or a specific SHA1 like `--override-input neovim-src github:neovim/neovim/89dc8f8f4e754e70cbe1624f030fb61bded41bc2`. +### Haiku + +Some deps can be pulled from haiku repos, the rest need "bundled" deps: + + cmake -DUSE_BUNDLED_LIBUV=OFF -DUSE_BUNDLED_UNIBILIUM=OFF -DUSE_BUNDLED_LUAJIT=OFF -B .deps ./cmake.deps + make -C .deps + ### FreeBSD ``` |
